[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround b41116a613 087/175: Point to new repository
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround b41116a613 087/175: Point to new repository for Evil |
Date: |
Mon, 9 Oct 2023 13:01:05 -0400 (EDT) |
branch: elpa/evil-surround
commit b41116a61302203462180dbd67513d34520b87ba
Author: Kristoffer Haugsbakk <haugsbakk@yahoo.no>
Commit: Kristoffer Haugsbakk <haugsbakk@yahoo.no>
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
---
README.md | 2 +-
evil-surround.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 37fd1b9a6d..76ce8b6e98 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 3fdfc8bb33..a76b51848f 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:
- [nongnu] elpa/evil-surround d5e1c9ec49 067/175: Fix repetitive prompts with function pairs in block surrounds, (continued)
- [nongnu] elpa/evil-surround d5e1c9ec49 067/175: Fix repetitive prompts with function pairs in block surrounds, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 190b2130bd 080/175: Escape a backtick, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 37a5f9e8d7 077/175: Merge pull request #77 from cute-jumper/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 3e4baf7e20 084/175: Merge pull request #80 from mineo/doc-fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 from LemmingAvalanche/update-links-to-evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a61b55d1b 081/175: Move the Keywords after the Mailing list header, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 4e739e8ec8 106/175: Merge pull request #118 from edkolev/use-evil-test-helpers, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 27dc66d5d8 093/175: closes #91: evil-surround-pairs-alist typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 966dc25c96 076/175: Add missing evil package dependency, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5a45da3d71 101/175: add melpa badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround b41116a613 087/175: Point to new repository for Evil,
ELPA Syncer <=
- [nongnu] elpa/evil-surround fe6351b8fe 094/175: Fix defcustom type specification for pairs-alist variable, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5ea0a9ae5a 108/175: Remove debug messages, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9b3986432e 100/175: fix travis badge, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2343fe5497 105/175: Use `evil-test-helpers` for testing, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 6ed0750414 107/175: Add examples from readme as automated tests, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 1d4e72a178 099/175: closes #98: orgify readme, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 92299c2e5c 112/175: upgrade badges. add GPLv3 badge., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9967e5f4e4 118/175: fix typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 5a8b3eac2c 114/175: update logo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 757ddb93c7 122/175: add tests for @jusbur's pull #130 which fixes #125, ELPA Syncer, 2023/10/09