nix/packages/minimal-emacs-d/030825-init-file-debug.patch

13 lines
467 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)