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/init.el | |
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/init.el')
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index bbd9935..07250bd 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -174,7 +174,7 @@ :config ;; For literate config users. This will tangle+compile a config.org ;; literate config in your `doom-private-dir' whenever it changes. - literate + ;; literate ;; The default module sets reasonable defaults for Emacs. It also ;; provides a Spacemacs-inspired keybinding scheme and a smartparens |