summaryrefslogtreecommitdiff
path: root/modes/dictionary
diff options
context:
space:
mode:
Diffstat (limited to 'modes/dictionary')
-rw-r--r--modes/dictionary/evil-collection-dictionary.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/dictionary/evil-collection-dictionary.el b/modes/dictionary/evil-collection-dictionary.el
index 28a7b8b..5627921 100644
--- a/modes/dictionary/evil-collection-dictionary.el
+++ b/modes/dictionary/evil-collection-dictionary.el
@@ -44,8 +44,8 @@
;; mouse
[mouse-1] 'link-selected
;; misc
- (kbd "?") 'dictionary-help ; normally under `h` which is rebound here
- (kbd "C-o") 'dictionary-previous) ; normally under `l` which is rebound here
+ "g?" 'dictionary-help ; normally under `h` which is rebound here
+ (kbd "C-o") 'dictionary-previous)) ; normally under `l` which is rebound here
(provide 'evil-collection-dictionary)
;;; evil-collection-dictionary.el ends here