From 7909617b9e69a2e9fb4ccfbf69e998f12150abee Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Dec 2013 17:15:25 +0200 Subject: [PATCH] Don't use C-x SPC as it's used in Emacs 24.4 by default for rectangular selection --- core/prelude-global-keybindings.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 4f60675..10f28f0 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -112,7 +112,6 @@ 'prelude-exchange-point-and-mark) (global-set-key (kbd "C-c SPC") 'ace-jump-mode) -(global-set-key (kbd "C-x SPC") 'ace-jump-mode-pop-mark) (provide 'prelude-global-keybindings)