comparison .emacs @ 98:8aa70b521063

Jump-to-function trick with IDO.
author Augie Fackler <durin42@gmail.com>
date Thu, 30 Apr 2009 13:48:22 -0500
parents 45d7441d0cf2
children 932ae5899ff4
comparison
equal deleted inserted replaced
97:5f7b673008b5 98:8aa70b521063
1 ;; Augie Fackler's .emacs file 1 ;; Augie Fackler's .emacs file
2 ; Places I've stolen from: 2 ; Places I've stolen from:
3 ; Karl Fogel: http://svn.red-bean.com/repos/kfogel/trunk 3 ; Karl Fogel: http://svn.red-bean.com/repos/kfogel/trunk
4 ; Dave Anderson: 4 ; Dave Anderson:
5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit
5 6
6 (add-to-list 'load-path (expand-file-name "~/.elisp")) 7 (add-to-list 'load-path (expand-file-name "~/.elisp"))
7 8
8 ; Start the server so that emacsclient will work 9 ; Start the server so that emacsclient will work
9 ; TODO: is there a way to *not* start a server if one was already running? 10 ; TODO: is there a way to *not* start a server if one was already running?