From bf0079658f7e6c0c8a14d164459291ea43a6f0a5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 16 Aug 2025 09:28:37 +0200 Subject: [PATCH] Add old key binding to list processes --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 301b10b..0b3b902 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 p" #'list-processes) (bind-key "C-c h P" #'consult-outline) (bind-key "C-c i" #'ispell-change-dictionary) (bind-key "C-c j" #'avy-goto-char-timer)