Bind SPC h / and C-h / to apropos-documentation too

This commit is contained in:
Henrik Lissner 2019-10-12 23:48:42 -04:00
parent 8017571b06
commit 154ec46df2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -318,6 +318,7 @@
;; replaces `apropos-command'
"a" #'apropos
"A" #'apropos-documentation
"/" #'apropos-documentation
;; replaces `describe-copying' b/c not useful
"C-c" #'describe-coding-system
;; replaces `Info-got-emacs-command-node' b/c redundant w/ `Info-goto-node'