From edf118374ef6ae456b50768c609adf8eabf50aee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 28 Nov 2013 00:05:59 -0500 Subject: Use magit-status as projectile switch action --- init/km-projectile.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init') diff --git a/init/km-projectile.el b/init/km-projectile.el index 58d2d77..6f5da20 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -1 +1,6 @@ (projectile-global-mode) + +(setq projectile-switch-project-action 'km/projectile-magit-status) + +(defun km/projectile-magit-status () + (magit-status (projectile-project-root))) -- cgit v1.2.3