Fix autoload/hydras.el autoloads #1388

Caused by autoloads paths not being resolved correctly during
generation.
This commit is contained in:
Henrik Lissner 2019-05-05 19:38:54 -04:00
parent d1c9c3fc91
commit e75c41b10d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)