Save interpreter-mode-alist to autoloads

This commit is contained in:
Henrik Lissner 2020-01-13 22:55:02 -05:00
parent 01a5994805
commit 9eb3a74a57
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -10,6 +10,7 @@ one wants that.")
(defvar doom-autoload-cached-vars
'(load-path
auto-mode-alist
interpreter-mode-alist
Info-directory-list
doom-disabled-packages)
"A list of variables to be cached in `doom-package-autoload-file'.")