Mercurial > dotfiles
changeset 299:4a7d426f22cb
emacs: add marmalade to elisp package repo list
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 12 Nov 2012 16:29:06 -0600 |
parents | 901e85174513 |
children | 276c14c5eec0 |
files | .elisp/settings/00.bootstrap.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -5,6 +5,7 @@ (package-initialize) (setq package-archives '(("durin42" . "http://durin42.com/elpa/") + ("marmalade" . "http://marmalade-repo.org/packages/") ("elpa" . "http://tromey.com/elpa/"))) (defun af-bootstrap-packages ()