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:
parent
bc4fb8f18e
commit
f5fe36af23
2 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue