core-packages: ensure doom-local-dir exists
This commit is contained in:
parent
302eb6f5c1
commit
e7bbd06e02
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ to speed up startup."
|
|||
(setq load-path doom--base-load-path
|
||||
package-activated-list nil)
|
||||
|
||||
;; Ensure cache folder exists
|
||||
(dolist (dir (list doom-cache-dir package-user-dir))
|
||||
;; Ensure core folders exist
|
||||
(dolist (dir (list doom-local-dir doom-cache-dir package-user-dir))
|
||||
(unless (file-directory-p dir)
|
||||
(make-directory dir t)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue