mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
switch
This commit is contained in:
parent
aec0b65c81
commit
855eebe6b7
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
[](http://stable.melpa.org/#/boon) [(https://travis-ci.org/jyp/boon)]
|
||||
[](https://travis-ci.org/jyp/boon)
|
||||
[](https://melpa.org/#/boon)
|
||||
[](http://stable.melpa.org/#/boon)
|
||||
|
||||
Boon: An Ergonomic Command Mode for Emacs
|
||||
==========================================
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(package-initialize t)
|
||||
(setq package-archives '(("melpa-stable" . "http://stable.melpa.org/packages/")))
|
||||
(package-initialize)
|
||||
|
||||
(list-packages)
|
||||
(package-install 'multiple-cursors)
|
||||
|
|
Loading…
Add table
Reference in a new issue