From 27652fa3b776122a3c43d1dd258eebd831373be7 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 17 Nov 2020 10:05:08 +0200 Subject: [PATCH] Add a note about prelude-evil --- sample/prelude-modules.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample/prelude-modules.el b/sample/prelude-modules.el index 2b9b5b2..6c6e869 100644 --- a/sample/prelude-modules.el +++ b/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)