changeset 248:e703696d4df5

emacs bootstrap: moved my personal elpa archive
author Augie Fackler <durin42@gmail.com>
date Thu, 09 Jun 2011 20:19:45 -0500
parents 4313117237ed
children fed8445581bb
files .elisp/settings/00.bootstrap.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el
+++ b/.elisp/settings/00.bootstrap.el
@@ -4,7 +4,7 @@
 (load "package")
 (package-initialize)
 
-(setq package-archives '(("durin42" . "http://home.durin42.com/elpa/")
+(setq package-archives '(("durin42" . "http://durin42.com/elpa/")
                          ("elpa" . "http://tromey.com/elpa/")))
 
 (defun af-bootstrap-packages ()