changeset 8:6b651c7265f2

Flex matching for ido-mode.
author Augie Fackler <durin42@gmail.com>
date Tue, 02 Dec 2008 13:49:31 -0600
parents 9541f7e47514
children a6581f7a5b1a
files .emacs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs
+++ b/.emacs
@@ -7,6 +7,7 @@
 ; Better buffer switching and file loading (load first in case we need the
 ; * Messages * buffer)
 (require 'ido)
+(setq ido-enable-flex-matching t)
 (ido-mode t)
 
 (require 'show-wspace)