mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1238 from flatwhatson/fix-ace-helpful
Fix ace-link-help binding in helpful-mode
This commit is contained in:
@ -317,7 +317,7 @@
|
|||||||
"o" #'ace-link-help
|
"o" #'ace-link-help
|
||||||
">" #'help-go-forward
|
">" #'help-go-forward
|
||||||
"<" #'help-go-back)
|
"<" #'help-go-back)
|
||||||
(:after helpful-mode
|
(:after helpful
|
||||||
:map helpful-mode-map
|
:map helpful-mode-map
|
||||||
"o" #'ace-link-help)
|
"o" #'ace-link-help)
|
||||||
(:after apropos
|
(:after apropos
|
||||||
|
Reference in New Issue
Block a user