mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add config/private; for ~/.doom.d & ~/.config/doom support #406
A modules/ submodule will be symlinked to ~/.emacs.d/modules/private.
This commit is contained in:
@ -143,5 +143,10 @@
|
||||
;; Spacemacs-inspired keybinding scheme, a custom yasnippet library, and
|
||||
;; additional ex commands for evil-mode. Use it as a reference for your
|
||||
;; own modules.
|
||||
(default +bindings +snippets +evil-commands))
|
||||
(default +bindings +snippets +evil-commands)
|
||||
|
||||
;; This allows you to store your private module at $XDG_CONFIG_HOME/doom.
|
||||
;; Without +xdg it uses ~/.doom.d/. If your config directory doesn't
|
||||
;; exist, this module does nothing.
|
||||
(private +xdg))
|
||||
|
||||
|
Reference in New Issue
Block a user