mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: change warning-suppress-types to list of lists
warning-suppress-types' pre-29 documentation suggests that it accepts a
list of symbols, but a recent, upstream correction changes this.
Ref: emacs-mirror/emacs@d5ee49c25c
Amend: 8c442d84b9
This commit is contained in:
@ -610,7 +610,7 @@ Otherwise, `en/disable-command' (in novice.el.gz) is hardcoded to write them to
|
||||
;; defvaralias, which are done because ensuring aliases are created before
|
||||
;; packages are loaded is an unneeded and unhelpful maintenance burden. Emacs
|
||||
;; still aliases them fine regardless.
|
||||
(setq warning-suppress-types '(defvaralias))
|
||||
(setq warning-suppress-types '((defvaralias)))
|
||||
|
||||
;; Reduce debug output unless we've asked for it.
|
||||
(setq debug-on-error init-file-debug
|
||||
|
Reference in New Issue
Block a user