Bind a link-hinting key for geiser-doc-mode
This commit is contained in:
parent
444fea7c22
commit
6ff3b7aa1e
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
||||||
[escape] #'View-quit-all)
|
[escape] #'View-quit-all)
|
||||||
(:after man :map Man-mode-map
|
(:after man :map Man-mode-map
|
||||||
:n "q" #'kill-current-buffer)
|
:n "q" #'kill-current-buffer)
|
||||||
|
(:after geiser-doc :map geiser-doc-mode-map
|
||||||
|
:n "o" #'link-hint-open-link)
|
||||||
|
|
||||||
(:after (evil-org evil-easymotion)
|
(:after (evil-org evil-easymotion)
|
||||||
:map evil-org-mode-map
|
:map evil-org-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue