Skip to content

Commit

Permalink
tweak(evil): minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent 77a89a7 commit 5aeb051
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
:straight t
:hook (minemacs-after-startup . evil-mode)
:preface
(setq evil-want-keybinding nil)
;; Needed by `evil-collection'
(setq evil-want-keybinding nil
evil-want-integration t)
:custom
(evil-want-C-i-jump nil)
(evil-want-fine-undo t)
Expand Down Expand Up @@ -90,7 +92,9 @@
:straight t
:commands evilnc-comment-operator
:init
(+nvmap! "gc" #'evilnc-comment-operator))
(+nvmap!
"gc" #'evilnc-comment-operator
"gC" #'evilnc-copy-and-comment-operator))

(use-package evil-escape
:straight t
Expand Down

0 comments on commit 5aeb051

Please sign in to comment.