Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DamienCassou opened this issue Jun 19, 2016 · 1 comment
Closed

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

DamienCassou opened this issue Jun 19, 2016 · 1 comment

Comments

@DamienCassou
Copy link
Contributor

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
Copy link
Contributor Author

Sorry for the noise, f41141a fixes that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant