fix(lib): only set doom-print-minimum-level in debug-mode
This commit is contained in:
parent
354d71566a
commit
39197618ec
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defvar doom-debug-variables
|
(defvar doom-debug-variables
|
||||||
`(;; Doom variables
|
`(;; Doom variables
|
||||||
(doom-print-level . debug)
|
(doom-print-minimum-level . debug)
|
||||||
(doom-print-message-level . info)
|
|
||||||
|
|
||||||
;; Emacs variables
|
;; Emacs variables
|
||||||
async-debug
|
async-debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue