Cache interpreter-mode-alist in doom-packages-file too

This commit is contained in:
Henrik Lissner 2018-05-15 13:53:46 +02:00
parent fd16719324
commit 12013b4ad4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -156,6 +156,7 @@ and `auto-mode-alist'.")
(prin1 `(setq load-path ',load-path
Info-directory-list ',Info-directory-list
auto-mode-alist ',auto-mode-alist
interpreter-mode-alist ',interpreter-mode-alist
doom-disabled-packages ',doom-disabled-packages
package-activated-list ',package-activated-list)
(current-buffer)))))