mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 02:50:28 -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
|
|
@ -31,7 +31,7 @@
|
|||
(add-transient-hook! #'company-yasnippet (require 'yasnippet))
|
||||
|
||||
:config
|
||||
(add-to-list 'doom-debug-variables '(yas-verbosity . 3))
|
||||
(set-debug-variable! 'yas-verbosity 3)
|
||||
|
||||
;; Allow private snippets in DOOMDIR/snippets
|
||||
(add-to-list 'yas-snippet-dirs '+snippets-dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue