From ec1241f97683f47cd2068c951ce4f61622ff0f08 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 5 Apr 2014 15:57:55 +0300 Subject: [PATCH] Correct conflicting keybinding --- core/prelude-global-keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 60d7129..8b8bf57 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -113,7 +113,7 @@ (global-set-key (kbd "C-c j") 'ace-jump-mode) (global-set-key (kbd "s-.") 'ace-jump-mode) -(global-set-key (kbd "C-c k") 'ace-jump-buffer) +(global-set-key (kbd "C-c J") 'ace-jump-buffer) (global-set-key (kbd "s->") 'ace-jump-buffer) (provide 'prelude-global-keybindings)