mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05: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:
@ -1364,7 +1364,7 @@ between the two."
|
||||
(run-hooks 'org-load-hook))
|
||||
|
||||
:config
|
||||
(add-to-list 'doom-debug-variables 'org-export-async-debug)
|
||||
(set-debug-variable! 'org-export-async-debug)
|
||||
|
||||
(set-company-backend! 'org-mode 'company-capf)
|
||||
(set-eval-handler! 'org-mode #'+org-eval-handler)
|
||||
|
Reference in New Issue
Block a user