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
|
@ -15,7 +15,7 @@
|
||||||
gcmh-verbose
|
gcmh-verbose
|
||||||
magit-refresh-verbose
|
magit-refresh-verbose
|
||||||
url-debug)
|
url-debug)
|
||||||
"A list of variable to toggle on `doom/toggle-debug-mode'.")
|
"A list of variable to toggle on `doom-debug-mode'.")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode doom-debug-mode
|
(define-minor-mode doom-debug-mode
|
||||||
|
|
|
@ -66,8 +66,8 @@
|
||||||
(defvar doom-debug-p (or (getenv "DEBUG") init-file-debug)
|
(defvar doom-debug-p (or (getenv "DEBUG") init-file-debug)
|
||||||
"If non-nil, Doom will log more.
|
"If non-nil, Doom will log more.
|
||||||
|
|
||||||
Use `doom/toggle-debug-mode' to toggle it. The --debug-init flag and setting the
|
Use `doom-debug-mode' to toggle it. The --debug-init flag and setting the DEBUG
|
||||||
DEBUG envvar will enable this at startup.")
|
envvar will enable this at startup.")
|
||||||
|
|
||||||
(defvar doom-interactive-p (not noninteractive)
|
(defvar doom-interactive-p (not noninteractive)
|
||||||
"If non-nil, Emacs is in interactive mode.")
|
"If non-nil, Emacs is in interactive mode.")
|
||||||
|
|
|
@ -349,7 +349,7 @@ Continues comments if executed from a commented line. Consults
|
||||||
"db" #'doom/report-bug
|
"db" #'doom/report-bug
|
||||||
"dc" #'doom/goto-private-config-file
|
"dc" #'doom/goto-private-config-file
|
||||||
"dC" #'doom/goto-private-init-file
|
"dC" #'doom/goto-private-init-file
|
||||||
"dd" #'doom/toggle-debug-mode
|
"dd" #'doom-debug-mode
|
||||||
"df" #'doom/help-faq
|
"df" #'doom/help-faq
|
||||||
"dh" #'doom/help
|
"dh" #'doom/help
|
||||||
"dl" #'doom/help-search-load-path
|
"dl" #'doom/help-search-load-path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue