Ammar Alammar
Ammar Alammar

Reputation: 313

IDO not working properly when provided with initial file

IDO works fine in my emacs setup except when I try to run a command that provides a default file, like diff or tag-search or even load-file. Here's a gif that explains the problem better than I do:

Problem

When I run one of the commands mentioned above I can't even press enter or try to drop to regular find-file. List of packages I have:

Upvotes: 0

Views: 157

Answers (1)

juanleon
juanleon

Reputation: 9410

You need to activate ido-everywhere:

(ido-everywhere 1)

It makes a difference when, for instance, using 'ediff'.

(If that does not work, something migth be going on with some of your other packages)

Upvotes: 1

Related Questions