Don't use C-x SPC as it's used in Emacs 24.4 by default for rectangular selection

This commit is contained in:
Bozhidar Batsov 2013-12-27 17:15:25 +02:00
parent fa6795b71f
commit 7909617b9e

View file

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