Mercurial > dotfiles
diff .elisp/settings/00.bootstrap.el @ 452:c2a49960f11f
emacs: clean up obsolete packages and archives
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 06 Jan 2018 17:02:15 -0500 |
parents | 76eb2c250b6f |
children | 6f3342c9e53d |
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -16,18 +16,13 @@ (package-initialize) -(setq package-archives '(("durin42" . "http://durin42.com/elpa/") - ("marmalade" . "http://marmalade-repo.org/packages/") - ("melpa" . "http://melpa.milkbox.net/packages/") +(setq package-archives '(("melpa" . "http://melpa.milkbox.net/packages/") ("elpa" . "http://elpa.gnu.org/packages/"))) (defun af-bootstrap-packages () (interactive) (unless package-archive-contents (package-refresh-contents)) - (dolist (pack '(diff-mode- - doctest-mode - http-twiddle - ipython + (dolist (pack '(http-twiddle nose use-package smart-mode-line @@ -56,7 +51,6 @@ go-eldoc ;; rust rust-mode - rustfmt cargo racer company-racer