summaryrefslogtreecommitdiff
path: root/evil-collection-help.el
diff options
context:
space:
mode:
authornoctuid <noct@openmailbox.org>2017-12-17 22:26:31 -0500
committerPierre Neidhardt <ambrevar@gmail.com>2018-03-23 14:22:06 +0530
commit1853b53a8daf908244e83b8437aa2a0fb744a681 (patch)
tree0518265a9ea9f2b5407b33198bca9006ad86c729 /evil-collection-help.el
parent488b3d8fe7f40fe964ff722ddd246e919b3cc633 (diff)
Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
Diffstat (limited to 'evil-collection-help.el')
-rw-r--r--evil-collection-help.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-collection-help.el b/evil-collection-help.el
index cefd611..a736a1f 100644
--- a/evil-collection-help.el
+++ b/evil-collection-help.el
@@ -30,6 +30,8 @@
(require 'evil)
(require 'help-mode)
+(defconst evil-collection-help-maps '(help-mode-map))
+
(defun evil-collection-help-setup ()
"Set up `evil' bindings for `help'."
(evil-set-initial-state 'help-mode 'normal)