Do not bind proced with OS X
This commit is contained in:
parent
36822d7e3e
commit
d529ef86a5
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
|||
(global-set-key (kbd "C-^") 'prelude-top-join-line)
|
||||
|
||||
;; Start proced in a similar manner to dired
|
||||
(global-set-key (kbd "C-x p") 'proced)
|
||||
(unless (eq system-type 'darwin)
|
||||
(global-set-key (kbd "C-x p") 'proced))
|
||||
|
||||
;; Start eshell or switch to it if it's active.
|
||||
(global-set-key (kbd "C-x m") 'eshell)
|
||||
|
|
Loading…
Reference in a new issue