Merge pull request #1238 from flatwhatson/fix-ace-helpful

Fix ace-link-help binding in helpful-mode
This commit is contained in:
Henrik Lissner 2019-03-12 11:29:05 -04:00 committed by GitHub
commit d22538d6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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