From 015c2de3b6d444c9bada37b9637c3b5b46e85d77 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 2 Jan 2014 11:38:49 +0200 Subject: [PATCH] Bind ace-jump-mode to s-. as well --- core/prelude-global-keybindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 41a0b69..5485f92 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -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)