diff options
author | Case Duckworth | 2022-05-09 20:37:17 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-09 20:37:17 -0500 |
commit | 4c4dd0e7824d4bf634923de19e14bbb9274c9408 (patch) | |
tree | 0928862fe65aa99249acf42c2168160a18088a21 /early-init.el | |
parent | meh (diff) | |
parent | Further modeline changes (diff) | |
download | emacs-4c4dd0e7824d4bf634923de19e14bbb9274c9408.tar.gz emacs-4c4dd0e7824d4bf634923de19e14bbb9274c9408.zip |
Merged
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 2 |
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)) |