Difference between revisions of "Ido"

From WikEmacs
Jump to navigation Jump to search
(cleanup)
(more cleanup)
Line 17: Line 17:
  
 
= Common Customization =
 
= Common Customization =
 
== Customization 1 ==
 
<source lang="lisp">
 
(message "This stuff will go in your .emacs")
 
</source>
 
 
== Customization 2 ==
 
<source lang="lisp">
 
(message "You can also do this customization")
 
</source>
 
  
 
= See Also =
 
= See Also =

Revision as of 19:01, 29 March 2012

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

See Also

Project Pages

Tutorial Pages

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