This commit is contained in:
Chris Cochrun 2025-12-16 09:41:05 -06:00
parent fc788bfc5b
commit 2238773206
2 changed files with 2 additions and 2 deletions

View file

@ -6001,7 +6001,7 @@ Let's also use an automatic garbage collector while idle to make better input.
** Logging
Using Emacs 28 there are a lot of comp warnings so I am suppressing those for a quieter compilation.
#+begin_src emacs-lisp
(setq warning-suppress-types '((comp)))
(add-to-list 'warning-suppress-types '(comp))
#+end_src

View file

@ -4424,4 +4424,4 @@ interfere with the default `bongo-playlist-buffer'."
gcmh-high-cons-threshold (* 128 1024 1024) ; 128mb
gcmh-verbose nil))
(setq warning-suppress-types '((comp)))
(add-to-list 'warning-suppress-types '(comp))