summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-05 18:20:40 -0600
committerCase Duckworth2022-01-05 18:20:40 -0600
commit5ccf1ad613cfa4ddcec8f747a44126cd3f929b47 (patch)
treefc432714394b1163ca663202a53345471e03126a /early-init.el
parentFix :setup form (diff)
downloademacs-5ccf1ad613cfa4ddcec8f747a44126cd3f929b47.tar.gz
emacs-5ccf1ad613cfa4ddcec8f747a44126cd3f929b47.zip
Require exec-path-from-shell
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 805bd61..2cfcb84 100644 --- a/early-init.el +++ b/early-init.el
@@ -151,6 +151,10 @@ See `no-littering' for examples.")
151;; Setup `setup' 151;; Setup `setup'
152 152
153(add-to-list 'setup-modifier-list 'setup-wrap-to-demote-errors) 153(add-to-list 'setup-modifier-list 'setup-wrap-to-demote-errors)
154;; (advice-add 'setup :before (defun +setup-before (&rest args)
155;; (message "Setup: %S" args)))
156;; (advice-add 'setup :after (defun +setup-after (&rest args)
157;; (message "Setup: %S...Done." args)))
154 158
155;;; Appendix 159;;; Appendix
156 160