Update README.md
This commit is contained in:
@@ -568,8 +568,10 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency
|
||||
|
||||
``` emacs-lisp
|
||||
;; Required by evil-collection
|
||||
(eval-when-compile
|
||||
;; It has to be defined before evil
|
||||
(setq evil-want-integration t)
|
||||
(setq evil-want-keybinding nil)
|
||||
(setq evil-want-keybinding nil))
|
||||
|
||||
;; Uncomment the following if you are using undo-fu
|
||||
;; (setq evil-undo-system 'undo-fu)
|
||||
@@ -581,6 +583,10 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency
|
||||
:commands (evil-mode evil-define-key)
|
||||
:hook (after-init . evil-mode))
|
||||
|
||||
(eval-when-compile
|
||||
;; It has to be defined before evil-colllection
|
||||
(setq evil-collection-setup-minibuffer t))
|
||||
|
||||
(use-package evil-collection
|
||||
:after evil
|
||||
:ensure t
|
||||
|
||||
Reference in New Issue
Block a user