From cd48eb88e97a40bd9c9758cdf193a2d001d3fc67 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 17 Dec 2013 15:23:07 -0500 Subject: Remove km/projectile-magit-status Magit status command is now provided in upstream (as of 947891). --- init/km-projectile.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'init') diff --git a/init/km-projectile.el b/init/km-projectile.el index f68f1c7..f77e566 100644 --- a/init/km-projectile.el +++ b/init/km-projectile.el @@ -2,13 +2,6 @@ (setq projectile-switch-project-action 'projectile-commander) -(defun km/projectile-magit-status () - (magit-status (projectile-project-root))) - -(def-projectile-commander-method ?v - "Open magit status for project." - (km/projectile-magit-status)) - ;; default binding is D (def-projectile-commander-method ?r "Open project root in dired." -- cgit v1.2.3