This commit is contained in:
Jean-Philippe Bernardy 2016-11-04 13:47:40 +01:00
parent aec0b65c81
commit 855eebe6b7
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
[![MELPA-Stable](http://stable.melpa.org/packages/boon-badge.svg)](http://stable.melpa.org/#/boon) [![Travis](https://travis-ci.org/jyp/boon.svg?branch=master)(https://travis-ci.org/jyp/boon)]
[![Travis](https://travis-ci.org/jyp/boon.svg?branch=master)](https://travis-ci.org/jyp/boon)
[![MELPA](https://melpa.org/packages/boon-badge.svg)](https://melpa.org/#/boon)
[![MELPA-Stable](http://stable.melpa.org/packages/boon-badge.svg)](http://stable.melpa.org/#/boon)
Boon: An Ergonomic Command Mode for Emacs
==========================================

View file

@ -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)