summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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)