Merge pull request #553 from toctan/proced-binding
Binding proced only in Linux
This commit is contained in:
commit
50ccd6db23
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