summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorninrod <filipe.silva@gmail.com>2017-11-22 23:07:52 -0200
committerninrod <filipe.silva@gmail.com>2017-11-22 23:07:52 -0200
commit92299c2e5c5c9ac3ff4a8073060ebb7d03caca22 (patch)
tree51faef8ab9f476f7a79921657b3370249b79cd58 /readme.org
parent822a0f61c3fd7c55cda4e04c8590ae5144401c26 (diff)
upgrade badges. add GPLv3 badge.
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index d6e444d..4680306 100644
--- a/readme.org
+++ b/readme.org
@@ -1,7 +1,8 @@
* evil-surround
-[[https://travis-ci.org/emacs-evil/evil-surround][https://travis-ci.org/emacs-evil/evil-surround.png]]
+[[https://travis-ci.org/emacs-evil/evil-surround.svg?branch=master][https://travis-ci.org/emacs-evil/evil-surround.svg?branch=master]]
[[https://melpa.org/#/evil-surround][https://melpa.org/packages/evil-surround-badge.svg]]
+[[https://www.gnu.org/licenses/gpl-3.0.en.html][https://img.shields.io/badge/license-GPLv3-blue.svg]]
This package emulates [[https://github.com/tpope/vim-surround][surround.vim]] by [[https://github.com/tpope][Tim Pope]]. The functionality is wrapped into a minor mode.
To enable it globally, add the following lines to ~/.emacs: