From 2d8e908e396f4d8ce02a72a8a058e88b7e4bf6e6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 19 Aug 2014 01:14:49 -0400 Subject: Switch projectile-vc commander binding --- lisp/init-projectile.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp') diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index c70240e..43035e4 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -50,6 +50,11 @@ path is always relative to `projectile-project-root'." "Find a project directory in other window." (call-interactively 'projectile-find-dir-other-window)) +;; Default binding is v. +(def-projectile-commander-method ?m + "Open project root in vc-dir or magit." + (projectile-vc)) + (def-projectile-commander-method ?c "Run project compilation command." (call-interactively 'projectile-compile-project)) -- cgit v1.2.3