mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove load-path & Info-directory-list duplicates
Potentially slowing down load times due to unresolved symlinks.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user