Correct conflicting keybinding
This commit is contained in:
parent
ada5e062e6
commit
ec1241f976
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue