Update README.md
This commit is contained in:
@@ -77,18 +77,10 @@ The minimal-emacs.d init files support additional customization files that are l
|
|||||||
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` set up Evil along with some additional packages for undo functionality:
|
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` set up Evil along with some additional packages for undo functionality:
|
||||||
|
|
||||||
``` emacs-lisp
|
``` emacs-lisp
|
||||||
(use-package undo-fu
|
|
||||||
:ensure t)
|
|
||||||
|
|
||||||
(use-package undo-fu-session
|
|
||||||
:ensure t)
|
|
||||||
|
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:ensure t
|
:ensure t
|
||||||
:after undo-fu
|
|
||||||
:custom
|
:custom
|
||||||
(evil-want-keybinding nil)
|
(evil-want-keybinding nil)
|
||||||
(evil-undo-system 'undo-fu)
|
|
||||||
: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))
|
||||||
|
|||||||
Reference in New Issue
Block a user