mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
||||
;; Emacs package, should $DOOMDIR/autoload.el exist. Not sure why
|
||||
;; 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
|
||||
load-path))
|
||||
cache)
|
||||
|
Reference in New Issue
Block a user