Mercurial > dotfiles
comparison .emacs @ 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 | d4d720c4c416 |
comparison
equal
deleted
inserted
replaced
7:9541f7e47514 | 8:6b651c7265f2 |
---|---|
5 | 5 |
6 (setq load-path (cons (expand-file-name "~/.elisp") load-path)) | 6 (setq load-path (cons (expand-file-name "~/.elisp") load-path)) |
7 ; Better buffer switching and file loading (load first in case we need the | 7 ; Better buffer switching and file loading (load first in case we need the |
8 ; * Messages * buffer) | 8 ; * Messages * buffer) |
9 (require 'ido) | 9 (require 'ido) |
10 (setq ido-enable-flex-matching t) | |
10 (ido-mode t) | 11 (ido-mode t) |
11 | 12 |
12 (require 'show-wspace) | 13 (require 'show-wspace) |
13 (require 'doctest-mode) | 14 (require 'doctest-mode) |
14 | 15 |