growl
This commit is contained in:
parent
fc788bfc5b
commit
2238773206
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
2
init.el
2
init.el
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue