What happened?
Many autoloaded functions aren’t dumped into Doom’s generated mega autoload file.
What did you expect to happen?
Autoload cookies in packages work.
Steps to reproduce
- Install emacs-git or emacs-pgtk-native-comp-git from AUR
-
doom clean
,doom build -r
,doom sync
-
M-x lsp
, the command doesn’t appear but still available after explicitly loadinglsp.el
System information
Loading data dump...
I suspect it’s related to autoload.el
being superseded by loaddefs-gen.el
, but haven’t found the breaking commit yet (tried the one before aa9eaac68e1a80c49932efbd3c62c53a812031ed but still didn’t work).