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

Not working with projectile? #112

Closed
ram535 opened this issue Jun 15, 2020 · 4 comments
Closed

Not working with projectile? #112

ram535 opened this issue Jun 15, 2020 · 4 comments

Comments

@ram535
Copy link

ram535 commented Jun 15, 2020

When using commands such as project-find-file, projectile-switch-project, I get this:

image

@clemera
Copy link
Collaborator

clemera commented Jun 15, 2020

That looks like you use icomplete?

@ram535
Copy link
Author

ram535 commented Jun 15, 2020

This is my configuration:

(use-package selectrum
  :straight (selectrum :host github :repo "raxod502/selectrum")
  :config
  ;; Completing variable names from `M-:`
  (setq enable-recursive-minibuffers t)
  (selectrum-mode +1))

With everything else it works. For example when doing find-file.
image

@okamsn
Copy link
Contributor

okamsn commented Jun 16, 2020

What is the configuration for Projectile?

I know that one must do (setq projectile-completion-system 'default) to use completing-read. Maybe it is set to something related to Icomplete?

@ram535
Copy link
Author

ram535 commented Jun 16, 2020

That was what I was missing in the projectile's configuration. It works now. Thanks.

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

No branches or pull requests

3 participants