diff --git a/core/core.el b/core/core.el index 15bd13280..a5b60aa8a 100644 --- a/core/core.el +++ b/core/core.el @@ -133,7 +133,8 @@ Use this for files that change often, like cache files. Must end with a slash.") Defaults to ~/.config/doom, ~/.doom.d or the value of the DOOMDIR envvar; whichever is found first. Must end in a slash.") -(defconst doom-autoloads-file (concat doom-local-dir "autoloads.el") +(defconst doom-autoloads-file + (concat doom-local-dir "autoloads." emacs-version ".el") "Where `doom-reload-core-autoloads' stores its core autoloads. This file is responsible for informing Emacs where to find all of Doom's