summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-08-12 09:10:54 -0400
committermattkae <mattkae@protonmail.com>2022-08-12 09:10:54 -0400
commit31096df76195c01cb6685edc6ed77737d6e52963 (patch)
tree1cd2b8bff8ac32839aa575855425df89c1a7ec42 /init.el
parent89a132730682219d778ff384156cac8172b17103 (diff)
Remove useless submodule
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 b80b3e1..831af75 100644
--- a/init.el
+++ b/init.el
@@ -38,7 +38,7 @@
;; Theme
(load-theme 'vs-light t)
(set-face-attribute 'region nil :background "#ffffcd")
-(setq debug-on-error t)
+;; (setq debug-on-error t) Uncomment if you would liek to debug errors!
(require 'evil)
(evil-mode 1)