mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
refactor(lib): doom-debug-mode: make verbosity selective
Now `doom-debug-mode` manipulates `doom-log-level` if you activate it with a prefix arg, setting it to 1 by default, reducing its verbosity and cutting down on noise in the logs.
This commit is contained in:
parent
c233aada0b
commit
fb0dc4cc85
10 changed files with 96 additions and 88 deletions
|
|
@ -21,7 +21,7 @@
|
|||
(setq mu4e-maildir "~/.mail"
|
||||
mu4e-user-mail-address-list nil))
|
||||
:config
|
||||
(add-to-list 'doom-debug-variables 'mu4e-debug)
|
||||
(set-debug-variable! 'mu4e-debug)
|
||||
;; mu4e now uses `display-buffer-alist' so we need to add some rules of our own
|
||||
(set-popup-rule! "^\\*mu4e-\\(main\\|headers\\)\\*" :ignore t)
|
||||
(set-popup-rule! "^\\*mu4e-log\\*" :select nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue