Change C-c SPC to C-c j to avoid a conflict in org-mode

In org-mode C-c SPC is bound to `org-table-blank-field`
This commit is contained in:
Bozhidar Batsov 2014-01-02 11:35:58 +02:00
parent 7909617b9e
commit f573fd99e4

View file

@ -111,7 +111,7 @@
[remap exchange-point-and-mark]
'prelude-exchange-point-and-mark)
(global-set-key (kbd "C-c SPC") 'ace-jump-mode)
(global-set-key (kbd "C-c j") 'ace-jump-mode)
(provide 'prelude-global-keybindings)