mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom-debug-mode: use init-file-debug, not debug-on-error
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
(defvar doom-version "2.0.0"
|
(defvar doom-version "2.0.0"
|
||||||
"Current version of DOOM emacs")
|
"Current version of DOOM emacs")
|
||||||
|
|
||||||
(defvar doom-debug-mode (or (getenv "DEBUG") debug-on-error)
|
(defvar doom-debug-mode (or (getenv "DEBUG") init-file-debug)
|
||||||
"If non-nil, all doom functions will be verbose. Set DEBUG=1 in the command
|
"If non-nil, all doom functions will be verbose. Set DEBUG=1 in the command
|
||||||
line or use --debug-init to enable this.")
|
line or use --debug-init to enable this.")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user