Load non-packages.el autoloads
We were only pulling in autoloads files for packages installed via packages.el. This was not that noticeable because all pinned packages without custom derivations end up installed that way, but it does affect extra packages (including the one pointed out in #11). Try to fix this by including autoloads files in the top-level site-lisp directory from emacsWithPackages.
This commit is contained in:
parent
b28f009ef7
commit
fa6fe4cf93
5 changed files with 27 additions and 2 deletions
|
|
@ -81,6 +81,8 @@ in {
|
|||
interactive-without-loader = doomTest "no-profile" { config.default = true; } { profileName = ""; };
|
||||
interactive-no-profile-hack = doomTest "no-profile" { config.default = true; } { noProfileHack = true; };
|
||||
|
||||
cmake = doomTest "cmake" { lang.cc = true; } { };
|
||||
|
||||
org-re-reveal = doomTest "org-re-reveal" { lang.org = [ "+present" ]; } { };
|
||||
|
||||
# Various tests of module combinations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue