arg, need melpa

This commit is contained in:
Jean-Philippe Bernardy 2016-11-04 13:43:01 +01:00
parent fce4b633fd
commit f2d870ab9d

View file

@ -1,10 +1,5 @@
(package-initialize t)
(setq
package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
;; ("melpa-stable" . "http://stable.melpa.org/packages/")
;; ("melpa" . "http://melpa.org/packages/")
)
)
(setq package-archives '(("melpa-stable" . "http://stable.melpa.org/packages/")))
(list-packages)
(package-install 'multiple-cursors)
@ -15,10 +10,6 @@
(package-activate 'dash)
(package-activate 'expand-region)
;; (load "multiple-cursors.el")
;; (load "dash.el")
;; (load "expand-region.el")
(add-to-list 'load-path default-directory)
(ert-deftest boon-open-next-line-and-insert-at-buffer-end ()