Merge pull request #1238 from flatwhatson/fix-ace-helpful
Fix ace-link-help binding in helpful-mode
This commit is contained in:
commit
d22538d6ce
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@
|
|||
"o" #'ace-link-help
|
||||
">" #'help-go-forward
|
||||
"<" #'help-go-back)
|
||||
(:after helpful-mode
|
||||
(:after helpful
|
||||
:map helpful-mode-map
|
||||
"o" #'ace-link-help)
|
||||
(:after apropos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue