From 754451a34a5c64ebe480e2ce1a14cb72f2cf9c60 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 12 Sep 2013 19:03:27 +0300 Subject: [PATCH] Bind hippie-expand to Command+/ as well --- core/prelude-osx.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-osx.el b/core/prelude-osx.el index 3ff897f..4c4d577 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -57,6 +57,7 @@ Windows external keyboard from time to time." (message "Command is now bound to SUPER and Option is bound to META.")))) (define-key prelude-mode-map (kbd "C-c w") 'prelude-swap-meta-and-super) +(define-key prelude-mode-map (kbd "s-/") 'hippie-expand) (menu-bar-mode +1)