Add some bindings for apropos and info-mode

This commit is contained in:
Andrew Whatson 2019-10-21 14:29:59 +10:00
parent c56f0513fa
commit ecf6a3875e

View file

@ -50,6 +50,13 @@
(:map (help-mode-map helpful-mode-map)
:n "o" #'ace-link-help)
(:map apropos-mode-map
:n "o" #'ace-link-help
:n "TAB" #'forward-button
:n [tab] #'forward-button
:n [backtab] #'backward-button)
(:map Info-mode-map
:n "o" #'ace-link-info)
;; misc
:n "C-S-f" #'toggle-frame-fullscreen