Browse Source

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

custom
Bozhidar Batsov 12 years ago
parent
commit
7909617b9e
  1. 1
      core/prelude-global-keybindings.el

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

Loading…
Cancel
Save