Mercurial > dotfiles
changeset 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 | b9b118dba61a |
children | 07c671c9610c |
files | .elisp/settings/00.bootstrap.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -1,3 +1,5 @@ +;; emacs -l .elisp/settings/00.bootstrap.el --batch -f af-bootstrap-packages +;; Use the above for moving into a new machine (add-to-list 'load-path (expand-file-name "~/.elisp")) (load "package") (package-initialize)