Bind SPC h A and C-h A to apropos-documentation

This commit is contained in:
Henrik Lissner 2019-10-12 23:46:40 -04:00
parent 5999fee7c3
commit 968618bbbf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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