mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
arg, need melpa
This commit is contained in:
parent
fce4b633fd
commit
f2d870ab9d
1 changed files with 1 additions and 10 deletions
11
boon-test.el
11
boon-test.el
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue