Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Zelong Kuang
2025-12-22 13:39:57 +11:00

View File

@@ -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)))