Add doom-private-dir to load-path
Makes private autoload paths simpler
This commit is contained in:
parent
0a3334a1f6
commit
142d3646ef
1 changed files with 2 additions and 0 deletions
|
@ -466,6 +466,8 @@ in interactive sessions, nil otherwise (but logs a warning)."
|
|||
(unless noninteractive
|
||||
(doom-initialize-modules))
|
||||
|
||||
(add-to-list 'load-path doom-private-dir)
|
||||
|
||||
(after! package
|
||||
(require 'core-packages))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue