You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
first time invoke
C-x v d
, runs helm-mode-vc-dir.second time invoke
C-x v d
, use ido instead of helm.The text was updated successfully, but these errors were encountered: