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:
parent
6d7db48dc1
commit
b3dcba54eb
7 changed files with 133 additions and 36 deletions
4
modules/config/private/config.el
Normal file
4
modules/config/private/config.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; config/private/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(load (expand-file-name "config.el" +private-config-path)
|
||||
'noerror 'nomessage)
|
Loading…
Add table
Add a link
Reference in a new issue