changeset 328:4f49d70f1b69

emacs: update path to ELPA repository
author Augie Fackler <raf@durin42.com>
date Tue, 11 Mar 2014 13:53:23 -0400
parents 7530d66758cb
children c35b58b40fcb
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
@@ -7,7 +7,7 @@
 (setq package-archives '(("durin42" . "http://durin42.com/elpa/")
                          ("marmalade" . "http://marmalade-repo.org/packages/")
                          ("melpa" . "http://melpa.milkbox.net/packages/")
-                         ("elpa" . "http://tromey.com/elpa/")))
+                         ("elpa" . "http://elpa.gnu.org/packages/")))
 
 (defun af-bootstrap-packages ()
   (interactive)