diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 20:57:25 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 21:02:25 +0000 |
commit | 85c5e30142928308170bc98f996cf74be185974f (patch) | |
tree | df0bc5e226a5706c83c0607ca18fe6e0a95af8f0 /doom.d/config.org | |
parent | d2b26253efbd6e6fcb9f75b92253b1fd228ffe70 (diff) | |
download | dotfiles-85c5e30142928308170bc98f996cf74be185974f.tar.gz dotfiles-85c5e30142928308170bc98f996cf74be185974f.tar.bz2 dotfiles-85c5e30142928308170bc98f996cf74be185974f.zip |
+wrapped my own literate config setup!
+literate.org file that holds the config program
+bootstrap to config.org that loads the literate.el file, which in turn
parses all the other files and loads everything
-literate config module, I have my own now
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index db3c122..12813ca 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -6,6 +6,11 @@ This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as possible. It is currently my main editor overall, literally overtaking my life. * Variables +Bootstrapping literate module and setting up basic variables. +** Bootstrap literate +#+BEGIN_SRC elisp +(load! "modules/literate.el") +#+END_SRC ** Doom Variables #+BEGIN_SRC elisp (after! core-keybinds |