mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user