Update README.md

This commit is contained in:
James Cherti
2024-08-03 15:24:57 -04:00
parent 4195c550c8
commit eff5822013

View File

@@ -74,7 +74,7 @@ The minimal-emacs.d init files support additional customization files that are l
### How to configure Vim keybindings using Evil? ### How to configure Vim keybindings using Evil?
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` to set up Evil mode:
``` emacs-lisp ``` emacs-lisp
(use-package evil (use-package evil