Browse Source

Add a note about prelude-evil

custom
Bozhidar Batsov 5 years ago
parent
commit
27652fa3b7
  1. 4
      sample/prelude-modules.el

4
sample/prelude-modules.el

@ -47,6 +47,10 @@
;; (require 'prelude-helm-everywhere) ;; Enable Helm everywhere
(require 'prelude-company)
;; (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)
;;; Org-mode (a legendary productivity tool that deserves its own category)

Loading…
Cancel
Save