Move doom-packages-file to doom-cache-dir
This commit is contained in:
parent
afdc6a31b5
commit
d1068723e4
1 changed files with 3 additions and 2 deletions
|
@ -82,8 +82,9 @@ missing) and shouldn't be deleted.")
|
|||
(defvar doom-autoload-file (concat doom-local-dir "autoloads.el")
|
||||
"Where `doom//reload-autoloads' will generate its autoloads file.")
|
||||
|
||||
(defvar doom-packages-file (concat doom-local-dir "packages.el")
|
||||
"Where to cache `load-path' and `Info-directory-list'.")
|
||||
(defvar doom-packages-file (concat doom-cache-dir "packages.el")
|
||||
"Where to cache `load-path', `Info-directory-list', `doom-disabled-packages'
|
||||
and `auto-mode-alist'.")
|
||||
|
||||
(defvar doom--current-module nil)
|
||||
(defvar doom--init-cache-p nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue