Remove ?r command for projectile-commander

It is now part of the package
This commit is contained in:
syl20bnr 2014-10-30 17:22:10 -04:00
parent 55b0154b7e
commit 4f3bb9e1ba

View file

@ -1578,9 +1578,6 @@ DELETE-FUNC when calling CALLBACK.
(def-projectile-commander-method ?F
"Find file in project using helm."
(helm-projectile))
(def-projectile-commander-method ?r
"Replace a string in the project."
(projectile-replace))
(spacemacs//hide-lighter projectile-mode))))
(defun spacemacs/init-python ()