use g? for dictionary-help

This commit is contained in:
Siddhartha 2020-12-03 19:22:14 -08:00 committed by James N
parent bf01abdeef
commit 69a530b5e4
1 changed files with 2 additions and 2 deletions

View File

@ -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