13 lines
467 B
Diff
13 lines
467 B
Diff
diff --git a/early-init.el b/early-init.el
|
||
index dfea2f0..d60b6ef 100644
|
||
--- a/early-init.el
|
||
+++ b/early-init.el
|
||
@@ -32,7 +32,7 @@ turned on.")
|
||
(defvar minimal-emacs-frame-title-format "%b – Emacs"
|
||
"Template for displaying the title bar of visible and iconified frame.")
|
||
|
||
-(defvar minimal-emacs-debug (bound-and-true-p init-file-debug)
|
||
+(defvar minimal-emacs-debug nil
|
||
"Non-nil to enable debug.")
|
||
|
||
(defvar minimal-emacs-gc-cons-threshold (* 16 1024 1024)
|