public
Description: A bunch of my $HOME configuration files
Clone URL: git://github.com/pat-maddox/myconfig.git
don't do that funky thing where it looks in other dirs
pat-maddox (author)
Wed Jul 23 00:45:58 -0700 2008
commit  d37c319f149408dcd806e8e9e7f325c10aa3b2e6
tree    eb097d912d1840670f0fd8a18bb75b643396d307
parent  cc86ae77a5a863ac886372d4b1da64c18c55a743
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@
0
 (require 'ido)
0
 (ido-mode t)
0
 (setq ido-enable-flex-matching t)
0
+(setq ido-auto-merge-work-directories-length -1)
0
 (global-auto-revert-mode t)
0
 
0
 ;; Don't use linum because it fails with emacs 22.2 + outline-mode

Comments

    No one has commented yet.