mirror of
https://github.com/plexus/chemacs2.git
synced 2026-09-10 07:26:27 -04:00
Merge pull request #53 from artlogic/bugfix/set-package-user-dir-in-early-init
Set `packge-user-dir` in early-init.el
This commit is contained in:
commit
8c99840f61
|
|
@ -146,6 +146,7 @@ selected profile (if any)."
|
|||
|
||||
(defun chemacs-load-user-early-init ()
|
||||
(let ((early-init-file (expand-file-name "early-init.el" user-emacs-directory)))
|
||||
(setq package-user-dir (expand-file-name "elpa" user-emacs-directory))
|
||||
(load early-init-file t t)))
|
||||
|
||||
(defun chemacs-load-user-init ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue