comparison .emacs @ 155:8b0932adcaf1

emacs: mark the location of one of my sources
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Nov 2009 15:19:24 -0600
parents 932ae5899ff4
children b80bed8c7c39
comparison
equal deleted inserted replaced
154:b67c5a3b98f3 155:8b0932adcaf1
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: https://ssl.natulte.net/hg/dotfiles/
5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit 5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit
6 6
7 (add-to-list 'load-path (expand-file-name "~/.elisp")) 7 (add-to-list 'load-path (expand-file-name "~/.elisp"))
8 8
9 ; Start the server so that emacsclient will work 9 ; Start the server so that emacsclient will work