From fcb340ad81bd3e9bcf877367c507cc363da13f6f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Aug 2025 13:03:14 +0200 Subject: [PATCH] Readd previous key binding for `man` --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 0b3b902..9450235 100644 --- a/init.el +++ b/init.el @@ -3073,6 +3073,7 @@ Note that this workaround is incomplete, as explained in this comment." (bind-key "C-c d" #'define-word-at-point) (bind-key "C-c e" #'crux-eval-and-replace) (bind-key "C-c h #" #'helm-emms) + (bind-key "C-c h m" #'man) (bind-key "C-c h p" #'list-processes) (bind-key "C-c h P" #'consult-outline) (bind-key "C-c i" #'ispell-change-dictionary)