Add a note about prelude-evil

This commit is contained in:
Bozhidar Batsov 2020-11-17 10:05:08 +02:00
parent 8294054b61
commit 27652fa3b7

View file

@ -47,6 +47,10 @@
;; (require 'prelude-helm-everywhere) ;; Enable Helm everywhere ;; (require 'prelude-helm-everywhere) ;; Enable Helm everywhere
(require 'prelude-company) (require 'prelude-company)
;; (require 'prelude-key-chord) ;; Binds useful features to key combinations ;; (require 'prelude-key-chord) ;; Binds useful features to key combinations
;;; Vim emulation
;;
;; Enable this module if you're fond of vim's keybindings.
;; (require 'prelude-evil) ;; (require 'prelude-evil)
;;; Org-mode (a legendary productivity tool that deserves its own category) ;;; Org-mode (a legendary productivity tool that deserves its own category)