Add :config literate module

It will tangle and byte-compile a config.org in your private config.
Doom will then load the resulting config.elc later.

Org is only loaded when updating this file.
This commit is contained in:
Henrik Lissner 2018-06-05 15:38:58 +02:00
parent bc4fb8f18e
commit f5fe36af23
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 35 additions and 0 deletions

View file

@ -128,6 +128,10 @@
;impatient-mode ; show off code over HTTP
:config
;; For literate config users. This will tangle+compile a config.org
;; literate config in your `doom-private-dir' whenever it changes.
;literate
;; The default module set reasonable defaults for Emacs. It also provides
;; a Spacemacs-inspired keybinding scheme, a custom yasnippet library,
;; and additional ex commands for evil-mode. Use it as a reference for