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-mode conflict with ido-everywhere. #1527

Closed
zw963 opened this issue Jun 2, 2016 · 2 comments
Closed

helm-mode conflict with ido-everywhere. #1527

zw963 opened this issue Jun 2, 2016 · 2 comments

Comments

@zw963
Copy link
Contributor

zw963 commented Jun 2, 2016

Fine, I think helm could be instead of ido.
But, in very less case, ido is better choice, and few package only support ido.

when enable ido-everywhere feature and helm-mode.

(require 'ido)
(ido-mode t)
(ido-everywhere 1)

(require 'helm-config)
(helm-mode 1)

first time invoke C-x v d, runs helm-mode-vc-dir.
second time invoke C-x v d, use ido instead of helm.

@thierryvolpiatto
Copy link
Member

Billy.Zheng notifications@github.com writes:

Fine, I think helm could be instead of ido.
But, in very less case, ido is better choice, and few package only support ido.

when enable ido-everywhere feature and helm-mode.

(require 'ido)
(ido-mode t)
(ido-everywhere 1)

(require 'helm-config)
(helm-mode 1)

Please stop complicating, if you want ido use ido if you want helm use
helm.

Note that when using helm you can configure conveniently which commands
you want to use with ido, but from the ido side this is not possible.
Use helm-completing-read-handlers-alist for this.

Thierry

@thierryvolpiatto
Copy link
Member

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

2 participants