mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
doom/toggle-debug-mode: affect jka-compr-verbose & lsp-log-io
This commit is contained in:
@@ -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"))))
|
||||
|
Reference in New Issue
Block a user