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:
parent
7909617b9e
commit
f573fd99e4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue