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

Add ivy to `projectile-completion-system' #688

Merged
merged 1 commit into from
Mar 16, 2015
Merged

Conversation

abo-abo
Copy link
Contributor

@abo-abo abo-abo commented Mar 16, 2015

  • projectile.el (projectile-completion-system): Update.
    (projectile-completing-read): Update.

* projectile.el (projectile-completion-system): Update.
(projectile-completing-read): Update.
(ivy-read prompt (cl-delete-duplicates choices
:test #'equal) initial-input)
(user-error "Please install ivy from \
https://github.com/abo-abo/swiper")))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you spin ivy as a separate project?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you spin ivy as a separate project?

It's separate in MELPA. But since I'm still figuring out the responsibilities for each package, they
are in the same repository (easier to refactor that way).

bbatsov added a commit that referenced this pull request Mar 16, 2015
Add ivy to `projectile-completion-system'
@bbatsov bbatsov merged commit b2d8a4d into bbatsov:master Mar 16, 2015
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

Successfully merging this pull request may close these issues.

2 participants