summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-06 10:20:36 -0500
committerCase Duckworth2022-05-06 10:20:36 -0500
commitbcf56eff2122f582fb4116b7c00f7754d94bbad7 (patch)
tree25135b57c273655143c3f971b5769925db17d284 /early-init.el
parentAdd find-script.el (diff)
downloademacs-bcf56eff2122f582fb4116b7c00f7754d94bbad7.tar.gz
emacs-bcf56eff2122f582fb4116b7c00f7754d94bbad7.zip
Remove redundancy
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index d2097b3..0f729c8 100644 --- a/early-init.el +++ b/early-init.el
@@ -140,7 +140,7 @@ See `no-littering' for examples.")
140 140
141;; Setup `setup' 141;; Setup `setup'
142 142
143(add-to-list 'setup-modifier-list 'setup-wrap-to-demote-errors) 143(add-to-list 'setup-modifier-list '+setup-wrap-to-demote-errors)
144(unless (memq debug-on-error '(nil init)) 144(unless (memq debug-on-error '(nil init))
145 (define-advice setup (:around (fn head &rest args) +setup-report) 145 (define-advice setup (:around (fn head &rest args) +setup-report)
146 (+with-progress ((format "[Setup] %S..." head)) 146 (+with-progress ((format "[Setup] %S..." head))