Skip to content

Commit 7da2f15

Browse files
committed
Remove C-x p binding to proced
C-x p is the built-in project.el prefix since Emacs 28. Binding it to proced shadows all project.el keybindings.
1 parent f165b53 commit 7da2f15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/prelude-global-keybindings.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
;; Indentation help
4242
(global-set-key (kbd "C-^") 'crux-top-join-line)
4343

44-
;; Start proced in a similar manner to dired
45-
(global-set-key (kbd "C-x p") 'proced)
46-
4744
;; Start eshell or switch to it if it's active.
4845
(global-set-key (kbd "C-x m") 'eshell)
4946

0 commit comments

Comments
 (0)