Update README.md
This commit is contained in:
@@ -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))
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user