summaryrefslogtreecommitdiff
path: root/modes/dictionary
diff options
context:
space:
mode:
authorSiddhartha <sid@countvajhula.com>2020-12-03 19:22:14 -0800
committerJames N <james@jojojames.com>2020-12-06 18:40:59 -0800
commit69a530b5e4d32805855336b8865cd2f97eea4e46 (patch)
tree6c14869e7f4367480c50385cf133c8a372f3b1bb /modes/dictionary
parentbf01abdeef1947d728568f6c2a6acdabf53b8b97 (diff)
use g? for dictionary-help
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