diff .emacs @ 214:2a4efba0fe8b

emacs: move package bootstrap to its own file
author Augie Fackler <durin42@gmail.com>
date Sat, 13 Feb 2010 20:00:15 -0600
parents b80bed8c7c39
children 7edfa8d22584
line wrap: on
line diff
--- a/.emacs
+++ b/.emacs
@@ -4,10 +4,7 @@
 ;  Dave Anderson: https://ssl.natulte.net/hg/dotfiles/
 ;  Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit
 
-(add-to-list 'load-path (expand-file-name "~/.elisp"))
-
 ; Start the server so that emacsclient will work
-; TODO: is there a way to *not* start a server if one was already running?
 (server-start)
 
 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings")))