Bind SPC h A and C-h A to apropos-documentation
This commit is contained in:
parent
5999fee7c3
commit
968618bbbf
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@
|
||||||
|
|
||||||
;; replaces `apropos-command'
|
;; replaces `apropos-command'
|
||||||
"a" #'apropos
|
"a" #'apropos
|
||||||
|
"A" #'apropos-documentation
|
||||||
;; replaces `describe-copying' b/c not useful
|
;; replaces `describe-copying' b/c not useful
|
||||||
"C-c" #'describe-coding-system
|
"C-c" #'describe-coding-system
|
||||||
;; replaces `Info-got-emacs-command-node' b/c redundant w/ `Info-goto-node'
|
;; replaces `Info-got-emacs-command-node' b/c redundant w/ `Info-goto-node'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue