Update README.md

This commit is contained in:
James Cherti
2024-08-03 15:19:35 -04:00
parent 13414a8911
commit 4195c550c8

View File

@@ -81,6 +81,7 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency
:ensure t :ensure t
:custom :custom
(evil-want-keybinding nil) (evil-want-keybinding nil)
(evil-want-integration t)
:config :config
(evil-select-search-module 'evil-search-module 'evil-search) (evil-select-search-module 'evil-search-module 'evil-search)
(evil-mode 1)) (evil-mode 1))
@@ -88,8 +89,6 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency
(use-package evil-collection (use-package evil-collection
:ensure t :ensure t
:after evil :after evil
:custom
(evil-want-integration t)
:config :config
(evil-collection-init)) (evil-collection-init))
``` ```