summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-23 12:05:28 -0500
committermattkae <mattkae@protonmail.com>2022-12-23 12:05:28 -0500
commit45e9697c549c14d2144ba4cb938adc454e8fb9cc (patch)
treedd4b3228444f68b13304aa861da1f1317f62f1b7 /init.el
parent1be2ef27892265e03d154114204af3afa0ef2354 (diff)
Fix for exceptions
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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)