Bind ace-jump-mode to s-. as well
This commit is contained in:
parent
f573fd99e4
commit
015c2de3b6
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
'prelude-exchange-point-and-mark)
|
||||
|
||||
(global-set-key (kbd "C-c j") 'ace-jump-mode)
|
||||
(global-set-key (kbd "s-.") 'ace-jump-mode)
|
||||
|
||||
(provide 'prelude-global-keybindings)
|
||||
|
||||
|
|
Loading…
Reference in a new issue