summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/early-init.el b/early-init.el
index 6fa3e0b2..c1cd54c8 100644
--- a/early-init.el
+++ b/early-init.el
@@ -51,10 +51,10 @@
(setq debug-on-error t) ;; default nil. turn on to debug issues only.
(setq debug-on-quit t) ;; debug on C-g (breaking out of hangs/freezes)
-;; (add-hook 'emacs-startup-hook
-;; (lambda ()
-;; (setq debug-on-error nil)
-;; (setq debug-on-quit nil)))
+(add-hook 'emacs-startup-hook
+ (lambda ()
+ (setq debug-on-error nil)
+ (setq debug-on-quit nil)))
;; ------------------------------ Bug Workarounds ------------------------------