Fix gibberish (char codes) in load-path
This commit is contained in:
parent
78fe91ce10
commit
f864931643
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ it anyway."
|
|||
(setq doom-package-load-path (directory-files package-user-dir t "^[^.]" t)
|
||||
load-path (append doom-package-load-path
|
||||
doom-site-load-path
|
||||
doom-core-dir
|
||||
(list doom-core-dir)
|
||||
doom-modules-dirs))))
|
||||
|
||||
(defun doom-initialize-autoloads ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue