diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 5cfa29d2d..5a5f2dcad 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -15,7 +15,7 @@ gcmh-verbose magit-refresh-verbose url-debug) - "A list of variable to toggle on `doom/toggle-debug-mode'.") + "A list of variable to toggle on `doom-debug-mode'.") ;;;###autoload (define-minor-mode doom-debug-mode diff --git a/core/core.el b/core/core.el index e36d9e22a..d68357e89 100644 --- a/core/core.el +++ b/core/core.el @@ -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.") diff --git a/modules/config/default/config.el b/modules/config/default/config.el index 3b44f1b1c..6284d6ef3 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -349,7 +349,7 @@ Continues comments if executed from a commented line. Consults "db" #'doom/report-bug "dc" #'doom/goto-private-config-file "dC" #'doom/goto-private-init-file - "dd" #'doom/toggle-debug-mode + "dd" #'doom-debug-mode "df" #'doom/help-faq "dh" #'doom/help "dl" #'doom/help-search-load-path