summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2013-12-17 15:23:07 -0500
committerKyle Meyer <kyle@kyleam.com>2013-12-17 15:42:59 -0500
commitcd48eb88e97a40bd9c9758cdf193a2d001d3fc67 (patch)
treebd04d5dde4ffbfe63aeaae4142d949adca14cad9 /init
parent5218a0ac9c65b49e4f623ed965cca179e9ff97e9 (diff)
downloademacs.d-cd48eb88e97a40bd9c9758cdf193a2d001d3fc67.tar.gz
Remove km/projectile-magit-status
Magit status command is now provided in upstream (as of 947891).
Diffstat (limited to 'init')
-rw-r--r--init/km-projectile.el7
1 files changed, 0 insertions, 7 deletions
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."