From 154ec46df2cf9ee26065c05b23e630996e660730 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Oct 2019 23:48:42 -0400 Subject: [PATCH] Bind SPC h / and C-h / to apropos-documentation too --- modules/config/default/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/default/config.el b/modules/config/default/config.el index a5215aa40..e723d4fbc 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -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'