Skip to content

Commit

Permalink
s/helm-projectile-vc/projectile-vc fixes syl20bnr#1706
Browse files Browse the repository at this point in the history
As per @tuhdo feedback
  • Loading branch information
swaroopch authored and kryptt committed Sep 6, 2015
1 parent da64f35 commit a394fa0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,7 @@ ARG non nil means that the editing style is `vim'."
helm-projectile-find-file
helm-projectile-grep
helm-projectile
helm-projectile-switch-project
helm-projectile-vc)
helm-projectile-switch-project)
:init
(progn
(setq projectile-switch-project-action 'helm-projectile)
Expand Down Expand Up @@ -1650,7 +1649,7 @@ If ARG is non nil then `ag' and `pt' and ignored."
"psg" 'helm-projectile-grep
"psk" 'helm-projectile-ack
"psp" 'helm-projectile-pt
"pv" 'helm-projectile-vc))))
"pv" 'projectile-vc))))

(defun spacemacs/init-helm-swoop ()
(use-package helm-swoop
Expand Down

0 comments on commit a394fa0

Please sign in to comment.