|
|
@ -44,6 +44,7 @@ |
|
|
|
|
|
|
|
|
;; Indentation help |
|
|
;; Indentation help |
|
|
(global-set-key (kbd "C-^") 'crux-top-join-line) |
|
|
(global-set-key (kbd "C-^") 'crux-top-join-line) |
|
|
|
|
|
|
|
|
;; Start proced in a similar manner to dired |
|
|
;; Start proced in a similar manner to dired |
|
|
(unless (eq system-type 'darwin) |
|
|
(unless (eq system-type 'darwin) |
|
|
(global-set-key (kbd "C-x p") 'proced)) |
|
|
(global-set-key (kbd "C-x p") 'proced)) |
|
|
|