mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Save interpreter-mode-alist to autoloads
This commit is contained in:
@ -10,6 +10,7 @@ one wants that.")
|
|||||||
(defvar doom-autoload-cached-vars
|
(defvar doom-autoload-cached-vars
|
||||||
'(load-path
|
'(load-path
|
||||||
auto-mode-alist
|
auto-mode-alist
|
||||||
|
interpreter-mode-alist
|
||||||
Info-directory-list
|
Info-directory-list
|
||||||
doom-disabled-packages)
|
doom-disabled-packages)
|
||||||
"A list of variables to be cached in `doom-package-autoload-file'.")
|
"A list of variables to be cached in `doom-package-autoload-file'.")
|
||||||
|
Reference in New Issue
Block a user