bbatsov / helm-projectile

Helm UI for Projectile
329 stars 71 forks source link

helm-projectile-on doesn't work anymore #33

Closed DamienCassou closed 8 years ago

DamienCassou commented 8 years ago

When running emacs -Q and evaluating this:

(require 'helm-config)
(require 'projectile)
(projectile-global-mode 1)
(require 'helm-projectile)
(helm-projectile-on)
(find-file "~/.emacs.d") ;; adds a project to projectile roots
(setq projectile-completion-system 'helm)

the command C-c p p is still bound to projectile-switch-project and not to helm-projectile-switch-project.

DamienCassou commented 8 years ago

Sorry for the noise, f41141a93aa6c03ffb9fdb294b3caa19803b1d72 fixes that.