Add old key binding to list processes
This commit is contained in:
parent
6aaf71c411
commit
bf0079658f
1
init.el
1
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 d" #'define-word-at-point)
|
||||||
(bind-key "C-c e" #'crux-eval-and-replace)
|
(bind-key "C-c e" #'crux-eval-and-replace)
|
||||||
(bind-key "C-c h #" #'helm-emms)
|
(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 h P" #'consult-outline)
|
||||||
(bind-key "C-c i" #'ispell-change-dictionary)
|
(bind-key "C-c i" #'ispell-change-dictionary)
|
||||||
(bind-key "C-c j" #'avy-goto-char-timer)
|
(bind-key "C-c j" #'avy-goto-char-timer)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user