Fix autoload/hydras.el autoloads #1388
Caused by autoloads paths not being resolved correctly during generation.
This commit is contained in:
parent
d1c9c3fc91
commit
e75c41b10d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ even if it doesn't need reloading!"
|
||||||
;; will be unable to declare autoloads for the built-in autoload.el
|
;; will be unable to declare autoloads for the built-in autoload.el
|
||||||
;; Emacs package, should $DOOMDIR/autoload.el exist. Not sure why
|
;; Emacs package, should $DOOMDIR/autoload.el exist. Not sure why
|
||||||
;; they'd want to though, so it's an acceptable compromise.
|
;; they'd want to though, so it's an acceptable compromise.
|
||||||
(append (list doom-private-dir)
|
(append (list doom-private-dir doom-emacs-dir)
|
||||||
doom-modules-dirs
|
doom-modules-dirs
|
||||||
load-path))
|
load-path))
|
||||||
cache)
|
cache)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue