doom/toggle-debug-mode -> doom-debug-mode
This commit is contained in:
parent
1febb5a04e
commit
d1fcbf244b
3 changed files with 4 additions and 4 deletions
|
@ -66,8 +66,8 @@
|
|||
(defvar doom-debug-p (or (getenv "DEBUG") init-file-debug)
|
||||
"If non-nil, Doom will log more.
|
||||
|
||||
Use `doom/toggle-debug-mode' to toggle it. The --debug-init flag and setting the
|
||||
DEBUG envvar will enable this at startup.")
|
||||
Use `doom-debug-mode' to toggle it. The --debug-init flag and setting the DEBUG
|
||||
envvar will enable this at startup.")
|
||||
|
||||
(defvar doom-interactive-p (not noninteractive)
|
||||
"If non-nil, Emacs is in interactive mode.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue