Mercurial > dotfiles
comparison .elisp/settings/00.bootstrap.el @ 225:cd77d083902b
Merge
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Mon, 20 Sep 2010 07:36:37 -0500 |
| parents | 07c671c9610c |
| children | 3e1ec121efaf |
comparison
equal
deleted
inserted
replaced
| 224:7ca719e40c58 | 225:cd77d083902b |
|---|---|
| 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/") |
| 16 ;; disabled until I don't need a modified version | 18 ;; disabled until I don't need a modified version |
| 17 ;; textmate | 19 ;; textmate |
| 18 iedit | 20 iedit |
| 19 ;; from elpa | 21 ;; from elpa |
| 20 js2-mode | 22 js2-mode |
| 23 magit | |
| 21 paredit | 24 paredit |
| 22 yaml-mode)) | 25 yaml-mode)) |
| 23 (unless (or (member pack package-activated-list) | 26 (unless (or (member pack package-activated-list) |
| 24 (functionp pack)) | 27 (functionp pack)) |
| 25 (message "Installing %s" (symbol-name pack)) | 28 (message "Installing %s" (symbol-name pack)) |
