mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Bind SPC h / and C-h / to apropos-documentation too
This commit is contained in:
@@ -318,6 +318,7 @@
|
|||||||
;; replaces `apropos-command'
|
;; replaces `apropos-command'
|
||||||
"a" #'apropos
|
"a" #'apropos
|
||||||
"A" #'apropos-documentation
|
"A" #'apropos-documentation
|
||||||
|
"/" #'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'
|
||||||
|
Reference in New Issue
Block a user