Fix locating package-config.el
This commit is contained in:
parent
fee6ebd791
commit
1e314f23a5
2
init.el
2
init.el
|
@ -7,7 +7,7 @@
|
|||
(setopt warning-minimum-level :error)
|
||||
|
||||
;; Configure packages archives with priority
|
||||
(load-file "package-config.el")
|
||||
(load-file (locate-user-emacs-file "package-config.el"))
|
||||
|
||||
(setq custom-file (locate-user-emacs-file "custom.el"))
|
||||
(when (and custom-file (file-exists-p custom-file))
|
||||
|
|
Loading…
Reference in a new issue