diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-12-17 15:23:07 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-12-17 15:42:59 -0500 |
commit | cd48eb88e97a40bd9c9758cdf193a2d001d3fc67 (patch) | |
tree | bd04d5dde4ffbfe63aeaae4142d949adca14cad9 /init | |
parent | 5218a0ac9c65b49e4f623ed965cca179e9ff97e9 (diff) | |
download | emacs.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.el | 7 |
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." |