[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 f
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 from vyp/#55 |
Date: |
Mon, 9 Oct 2023 13:01:05 -0400 (EDT) |
branch: elpa/evil-surround
commit eda6b0d6ca856d66f32b2718887ff02ea5c94d16
Merge: 37a5f9e8d7 8d4e72d62a
Author: Tim Harper <timcharper@gmail.com>
Commit: GitHub <noreply@github.com>
Merge pull request #78 from vyp/#55
README: surround-operator-alist -> evil-surround-operator-alist
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c998abcb52..12627da2ee 100755
--- a/README.md
+++ b/README.md
@@ -64,12 +64,12 @@ or to add a pair that surrounds with two ` if you enter ~:
evil-surround-pairs-alist))
## Add new supported operators ##
-You can add support for new operators by adding them to
`surround-operator-alist`.
-For more information do: `C-h v surround-operator-alist`.
+You can add support for new operators by adding them to
`evil-surround-operator-alist`.
+For more information do: `C-h v evil-surround-operator-alist`.
By default, surround works with `evil-change` and `evil-delete`.
To add support for the evil-paredit package, you need to add
`evil-paredit-change`
-and `evil-paredit-delete` to `surround-operator-alist`, like so:
+and `evil-paredit-delete` to `evil-surround-operator-alist`, like so:
(add-to-list 'evil-surround-operator-alist
'(evil-paredit-change . change))
- [nongnu] elpa/evil-surround a936638bec 002/175: Began port. Surround region working. Change surround/delete surround not., (continued)
- [nongnu] elpa/evil-surround a936638bec 002/175: Began port. Surround region working. Change surround/delete surround not., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 205c650d7f 008/175: Refactor surround-pair for readability, flexibility. Subtle behavior change, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 67a82903ec 009/175: Use text object keymaps, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e25f5f9c00 015/175: Add note about sentence behavior with link to issue., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ac3f8ca8b0 014/175: Add readme., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a6741684b 024/175: Merge pull request #13 from milkypostman/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 92eee31db7 028/175: Fix link to Evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround f33d940264 036/175: Rename surround.el to evil-surround.el, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a4a04c6f01 075/175: Merge pull request #74 from lislon/surround-repeat, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 16c534b173 089/175: Unset execute permission for files, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround eda6b0d6ca 079/175: Merge pull request #78 from vyp/#55,
ELPA Syncer <=
- [nongnu] elpa/evil-surround 50c10ab484 025/175: add autoloads to interactive functions for use in emacs proper, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 2de26062dd 031/175: Fix doc for surround delete operator, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 88f371a77f 029/175: Use `surround-line' instead of `evil-line' for linewise operations, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 47721ca824 035/175: Improve surround-outer-overlay and surround-inner-overlay (issue/30), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 277534ce75 003/175: Replaced with Vegard's port of vimpulse-surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0209cf9170 004/175: adds angle bracket surround, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround d911f1eb70 012/175: Merge pull request #3 from epsilon47/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround b40d2b6542 017/175: Merge pull request #7 from cofi/docs, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e50649f7cd 061/175: Improve evil-surround-block doc comment, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 9f1ab3c302 065/175: typo, ELPA Syncer, 2023/10/09