summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <haugsbakk@yahoo.no>2016-10-26 13:09:53 +0200
committerKristoffer Haugsbakk <haugsbakk@yahoo.no>2016-10-26 13:21:31 +0200
commitb41116a61302203462180dbd67513d34520b87ba (patch)
treec1ba2bdb647e2414e2facb50f84827111badcfbf
parent3812140e11a1b30878701cc028a4305ec3280a35 (diff)
Point to new repository for Evil
Evil is no longer hosted on Gitorious. This repository is apparently the new official repository for Evil, since it is hosted under Frank Fischer’s account, and Evil’s page on the Emacs wiki[1] points to the wiki of this repository as being Evil’s home page. [1] https://www.emacswiki.org/emacs/Evil
-rwxr-xr-xREADME.md2
-rwxr-xr-xevil-surround.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 37fd1b9..76ce8b6 100755
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To enable it globally, add the following lines to ~/.emacs:
Alternatively, you can enable surround-mode along a major mode by adding
`turn-on-surround-mode' to the mode hook.
-This package uses [Evil](https://gitorious.org/evil) as its vi layer.
+This package uses [Evil](https://bitbucket.org/lyro/evil/) as its vi layer.
## Add surrounding ##
You can surround in visual-state with `S<textobject>` or `gS<textobject>`.
diff --git a/evil-surround.el b/evil-surround.el
index 3fdfc8b..a76b518 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -33,7 +33,7 @@
;;
;; This package uses Evil as its vi layer. It is available from:
;;
-;; http://gitorious.org/evil
+;; https://bitbucket.org/lyro/evil/
;;; Code: