diff options
| author | Kristoffer Haugsbakk <haugsbakk@yahoo.no> | 2016-10-26 13:09:53 +0200 |
|---|---|---|
| committer | Kristoffer Haugsbakk <haugsbakk@yahoo.no> | 2016-10-26 13:21:31 +0200 |
| commit | b41116a61302203462180dbd67513d34520b87ba (patch) | |
| tree | c1ba2bdb647e2414e2facb50f84827111badcfbf | |
| parent | 3812140e11a1b30878701cc028a4305ec3280a35 (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-x | README.md | 2 | ||||
| -rwxr-xr-x | evil-surround.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: |
