Remove load-path & Info-directory-list duplicates
Potentially slowing down load times due to unresolved symlinks.
This commit is contained in:
parent
6ea11d0c94
commit
dc89eb239c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ uses a straight or package.el command directly).")
|
||||||
;;
|
;;
|
||||||
;;; Straight
|
;;; Straight
|
||||||
|
|
||||||
(setq straight-base-dir doom-local-dir
|
(setq straight-base-dir (file-truename doom-local-dir)
|
||||||
straight-repository-branch "develop"
|
straight-repository-branch "develop"
|
||||||
;; Since byte-code is rarely compatible across different versions of
|
;; Since byte-code is rarely compatible across different versions of
|
||||||
;; Emacs, it's best we build them in separate directories, per emacs
|
;; Emacs, it's best we build them in separate directories, per emacs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue