Don't destroy load-path on reload
This commit is contained in:
parent
744e7d6dfd
commit
3001e59ecc
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ FORCE-P is non-nil, do it anyway.
|
||||||
(unless noninteractive
|
(unless noninteractive
|
||||||
(error "No autoloads file! Run make autoloads")))
|
(error "No autoloads file! Run make autoloads")))
|
||||||
(when (or force-p (not (load doom-packages-file t t t)))
|
(when (or force-p (not (load doom-packages-file t t t)))
|
||||||
(setq load-path doom-site-load-path)
|
|
||||||
;; Ensure core folders exist, otherwise we get errors
|
;; Ensure core folders exist, otherwise we get errors
|
||||||
(dolist (dir (list doom-local-dir doom-etc-dir doom-cache-dir doom-packages-dir))
|
(dolist (dir (list doom-local-dir doom-etc-dir doom-cache-dir doom-packages-dir))
|
||||||
(unless (file-directory-p dir)
|
(unless (file-directory-p dir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue