Update README.md
This commit is contained in:
@@ -538,15 +538,14 @@ To install and configure these packages, add the following to `~/.emacs.d/post-i
|
|||||||
Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency if you are accustomed to Vim's modal editing style. Add the following to `~/.emacs.d/post-init.el` to set up Evil mode:
|
Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency if you are accustomed to Vim's modal editing style. Add the following to `~/.emacs.d/post-init.el` to set up Evil mode:
|
||||||
|
|
||||||
``` emacs-lisp
|
``` emacs-lisp
|
||||||
;; Vim emulation
|
|
||||||
(eval-when-compile
|
|
||||||
;; Required by evil-collection
|
;; Required by evil-collection
|
||||||
(setq evil-want-integration t)
|
(setq evil-want-integration t)
|
||||||
(setq evil-want-keybinding nil))
|
(setq evil-want-keybinding nil)
|
||||||
|
|
||||||
;; Uncomment the following if you are using undo-fu
|
;; Uncomment the following if you are using undo-fu
|
||||||
;; (setq evil-undo-system 'undo-fu)
|
;; (setq evil-undo-system 'undo-fu)
|
||||||
|
|
||||||
|
;; Vim emulation
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
|
|||||||
Reference in New Issue
Block a user