Ido

From WikEmacs
Revision as of 19:00, 29 March 2012 by Kindahero (talk | contribs) (cleanup)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ido is a very convenient way to find files and switch buffers.

Basic setup

(ido-mode)
(ido-everywhere 1)

Helpful keybindings

[C-x C-c]
Quit Emacs.
[C-x C-s] (or M-x save-buffer)
Save buffer.

Common Customization

Customization 1

(message "This stuff will go in your .emacs")

Customization 2

(message "You can also do this customization")

See Also

Project Pages

Tutorial Pages

Emacs as commit message editor
Tips for setting up Emacs as Bazaar commit editor.