aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
diff options
context:
space:
mode:
authorAntono Vasiljev <self@antono.info>2012-02-03 12:41:11 +0300
committerAntono Vasiljev <self@antono.info>2012-02-03 12:41:11 +0300
commit6d4b8d45d637d2885fa694a5449c2e554a3f2e9f (patch)
tree1858928690f43d9a5849526e1d27c4720ef40b70 /evil-integration.el
parent7d2fb63adef154d78d222bd29e5070c249e5807e (diff)
Fix dictionary.el integration
Bind "C-o" to `dictionary-previous'.
Diffstat (limited to 'evil-integration.el')
-rw-r--r--evil-integration.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/evil-integration.el b/evil-integration.el
index fec4036..facd494 100644
--- a/evil-integration.el
+++ b/evil-integration.el
@@ -70,8 +70,9 @@
;; dictionary.el
-(evil-add-hjkl-bindings Buffer-menu-mode-map 'motion
- "?" 'dictionary-help) ; "h"
+(evil-add-hjkl-bindings dictionary-mode-map 'motion
+ "?" 'dictionary-help ; "h"
+ "C-o" 'dictionary-previous) ; "l"
;;; Dired