From aac3c15cdef6d6799b6473f46d2944d826851931 Mon Sep 17 00:00:00 2001 From: Raymond Huang <1694040+rymndhng@users.noreply.github.com> Date: Wed, 5 Oct 2022 06:14:12 -0700 Subject: [PATCH] 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@d5ee49c25c8f Amend: 8c442d84b9c0 --- lisp/doom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doom.el b/lisp/doom.el index 77d7ee7ea..ce585080f 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -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