Skip to content

Commit

Permalink
Add note about escaping the tyranny of ido-mode in find-file
Browse files Browse the repository at this point in the history
See #175
  • Loading branch information
purcell committed Apr 10, 2014
1 parent b65ab66 commit 95e635e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ git clone https://github.com/purcell/emacs.d.git ~/.emacs.d
Upon starting up Emacs for the first time, further third-party
packages will be automatically downloaded and installed.

## Important note about `ido`

This config enables `ido-mode` completion in the minibuffer wherever
possible, which might confuse you when trying to open files using
<kbd>C-x C-f</kbd>, e.g. if you want to open a directory to use
`dired` -- if you get stuck, use <kbd>C-f</kbd> to drop into the
regular `find-file` prompt. (You might want to customize the
`ido-show-dot-for-dired` variable if this is an issue for you.)

## Updates

Update the config with `git pull`. You'll probably also want/need to update
Expand Down

2 comments on commit 95e635e

@tianywan
Copy link

Choose a reason for hiding this comment

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

Thanks for sharing. I'm using Ubuntu as my desktop operating system. The auto-completion features seem powerful but needs a little improvement: when input member variables of a C++ class, it may suggest a bad indicator.

@purcell
Copy link
Owner Author

Choose a reason for hiding this comment

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

I don't work much with C++ these days. You might consider installing and configuring extra packages like auto-complete-clang.

Please sign in to comment.