From 7b1270848353c95e79079447d790fabb6da71210 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 23 Sep 2020 10:22:11 +0300 Subject: [PATCH] Fix indentation --- core/prelude-global-keybindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 1b08ea0..b03d015 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -44,9 +44,10 @@ ;; Indentation help (global-set-key (kbd "C-^") 'crux-top-join-line) + ;; Start proced in a similar manner to dired (unless (eq system-type 'darwin) - (global-set-key (kbd "C-x p") 'proced)) + (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)