From 45e9697c549c14d2144ba4cb938adc454e8fb9cc Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 23 Dec 2022 12:05:28 -0500 Subject: Fix for exceptions --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 42d5846..ea3be9a 100644 --- a/init.el +++ b/init.el @@ -48,7 +48,7 @@ (require 'doom-themes) (load-theme 'modus-operandi t) (doom-themes-org-config) -;; (setq debug-on-error t) Uncomment if you would like to debug errors! +; (setq debug-on-error t) ; Uncomment if you would like to debug errors! (require 'general) (require 'cpp) -- cgit v1.2.1