mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix autoload/hydras.el autoloads #1388
Caused by autoloads paths not being resolved correctly during generation.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user