Browse Source

Fix indentation

custom
Bozhidar Batsov 5 years ago
parent
commit
7b12708483
  1. 3
      core/prelude-global-keybindings.el

3
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)

Loading…
Cancel
Save