Mercurial > dotfiles
comparison .elisp/settings/00.bootstrap.el @ 219:bb74667967e1
emacs bootstrap: record setup command for sanity
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 07 Sep 2010 19:32:07 -0500 |
parents | 2a4efba0fe8b |
children | 07c671c9610c |
comparison
equal
deleted
inserted
replaced
218:b9b118dba61a | 219:bb74667967e1 |
---|---|
1 ;; emacs -l .elisp/settings/00.bootstrap.el --batch -f af-bootstrap-packages | |
2 ;; Use the above for moving into a new machine | |
1 (add-to-list 'load-path (expand-file-name "~/.elisp")) | 3 (add-to-list 'load-path (expand-file-name "~/.elisp")) |
2 (load "package") | 4 (load "package") |
3 (package-initialize) | 5 (package-initialize) |
4 | 6 |
5 (setq package-archives '(("durin42" . "http://home.durin42.com/elpa/") | 7 (setq package-archives '(("durin42" . "http://home.durin42.com/elpa/") |