summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-11-08 07:59:17 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2022-11-08 07:59:17 -0500
commite630d9f50ac4b660622d5d1a0fdb7891f9a164d1 (patch)
tree1e6cd2ccb341fa625ead91052386e3205fa350c6 /init.el
parent905be3d7a63c384485252a1f1cdf14287b79a159 (diff)
Disable evil mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index 6308196..cbe9d8e 100644
--- a/init.el
+++ b/init.el
@@ -40,9 +40,6 @@
(set-face-attribute 'region nil :background "#ffffcd")
;; (setq debug-on-error t) Uncomment if you would liek to debug errors!
-(require 'evil)
-(evil-mode 1)
-
(require 'general)
(require 'cpp)
(require 'text)