From 6e26c674b93629c3d1cfeb79d6c6f2268510a420 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 27 Aug 2013 13:09:35 +0100 Subject: Emacs: add extra keybinding for projectile-find-file --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index e07ef0bc..dd73f19c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -500,6 +500,8 @@ Values: `desktop', `server', `laptop'") (unbind-key "s-n") +(bind-key "s-x" (define-prefix-command 'super-x-map)) + (set-register ?e `(file . ,*init-file*)) ;; Enable narrowing functions C-x n -- cgit 1.4.1