message-log-max = 8192
This commit is contained in:
parent
c733a6aa27
commit
e31bb63c14
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ users).")
|
||||||
;;
|
;;
|
||||||
;;; Emacs core configuration
|
;;; Emacs core configuration
|
||||||
|
|
||||||
|
;; lo', longer logs ahoy, so we may reliably locate lapses in doom's logic
|
||||||
|
(setq message-log-max 8192)
|
||||||
|
|
||||||
;; Reduce debug output, well, unless we've asked for it.
|
;; Reduce debug output, well, unless we've asked for it.
|
||||||
(setq debug-on-error doom-debug-mode
|
(setq debug-on-error doom-debug-mode
|
||||||
jka-compr-verbose doom-debug-mode)
|
jka-compr-verbose doom-debug-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue