doom/toggle-debug-mode: affect jka-compr-verbose & lsp-log-io
This commit is contained in:
parent
33110e9ebe
commit
8b57226634
1 changed files with 3 additions and 1 deletions
|
@ -392,5 +392,7 @@ will be automatically appended to the result."
|
|||
(cond ((eq arg 'toggle) (not doom-debug-mode))
|
||||
((> (prefix-numeric-value arg) 0)))))
|
||||
(setq doom-debug-mode value
|
||||
debug-on-error value)
|
||||
debug-on-error value
|
||||
jka-compr-verbose value
|
||||
lsp-log-io value)
|
||||
(message "Debug mode %s" (if value "on" "off"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue