From 5b679c1562c76a237b871bf0dcdd632f7164fe8f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 4 Feb 2017 02:54:37 -0500 Subject: [PATCH] doom-debug-mode: use init-file-debug, not debug-on-error --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index b3340a463..f7f0eb8b9 100644 --- a/core/core.el +++ b/core/core.el @@ -21,7 +21,7 @@ (defvar doom-version "2.0.0" "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 line or use --debug-init to enable this.")