summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
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