Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -63,7 +63,7 @@ unreadable. Returns the names of envvars that were changed."
|
|||||||
(when (and (or (display-graphic-p)
|
(when (and (or (display-graphic-p)
|
||||||
(daemonp))
|
(daemonp))
|
||||||
(file-exists-p my-env-file))
|
(file-exists-p my-env-file))
|
||||||
(my-load-envvars-file my-env-file))
|
(my/load-envvars-file my-env-file))
|
||||||
|
|
||||||
(setq custom-file (expand-file-name "~/.emacs.d/custom.el"))
|
(setq custom-file (expand-file-name "~/.emacs.d/custom.el"))
|
||||||
(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'no-error 'no-message)))
|
(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'no-error 'no-message)))
|
||||||
|
|||||||
Reference in New Issue
Block a user