git.fiddlerwoaroof.com
Browse code

chore(emacs,evil): cleanup evil-want-keybinding

Edward Langley authored on 22/12/2022 07:46:48
Showing 1 changed files
... ...
@@ -12,8 +12,6 @@
12 12
   (delete-window
13 13
    (get-mru-window nil nil t)))
14 14
 
15
-(setq evil-want-keybinding nil)
16
-
17 15
 (use-package undo-fu
18 16
   :ensure t)
19 17
 
... ...
@@ -21,7 +19,8 @@
21 19
   :ensure t
22 20
   :after undo-fu
23 21
   :init
24
-  (setq evil-want-integration t) ;; This is optional since it's already set to t by default.
22
+  (setf evil-want-keybinding nil
23
+        evil-want-integration t) ;; This is optional since it's already set to t by default.
25 24
   :custom
26 25
   (evil-undo-system 'undo-fu)
27 26
   :config