[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-visual-mark-mode 72f762402f 22/29: Follow comments fr
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-visual-mark-mode 72f762402f 22/29: Follow comments from @Dewdrops around exclude marks |
Date: |
Mon, 9 Oct 2023 13:01:39 -0400 (EDT) |
branch: elpa/evil-visual-mark-mode
commit 72f762402ff27bed8e14833ef31eaf864252ab06
Author: Roman Gonzalez <roman@unbounce.com>
Commit: Roman Gonzalez <roman@unbounce.com>
Follow comments from @Dewdrops around exclude marks
---
README.md | 7 ++++++-
evil-visual-mark-mode.el | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3603a9b346..fa8ae0166d 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,16 @@ is because you figured you are going to come back later, also
you
would like to track all your important functions without having to
follow each marker.
-
## Screenshots

+## Remove special characters from visual mark
+
+If for some reason, you would like to not display particular mark
+letters, you may add them to the `evil-visual-mark-exclude-marks`,
+by default this list will have the `^`, `[`, `]` special marks.
+
## Development
Pull requests are very welcome! Please try to follow these simple rules:
diff --git a/evil-visual-mark-mode.el b/evil-visual-mark-mode.el
index bd88c31aab..179c47e157 100644
--- a/evil-visual-mark-mode.el
+++ b/evil-visual-mark-mode.el
@@ -44,7 +44,7 @@
(defcustom evil-visual-mark-exclude-marks '("^" "[" "]")
"Marks which should not be displayed on buffer."
- :type '(repeat character)
+ :type '(repeat string)
:group 'evil-visual-mark-mode)
- [nongnu] branch elpa/evil-visual-mark-mode created (now 2bbaaae56a), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 8d80d2478e 03/29: Fix version extra-bumping, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 328e3e1204 07/29: Add evil to the list of Package-Requires, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode d15ab87029 27/29: Bump version to 0.0.4, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 72f762402f 22/29: Follow comments from @Dewdrops around exclude marks,
ELPA Syncer <=
- [nongnu] elpa/evil-visual-mark-mode f0e3e11ae0 02/29: Add Screenshot, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 8f72c92a3b 13/29: Only visualize marks in normal state when minor mode is enabled, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 4bb580e929 19/29: Change font color to a hex number (fix #5), ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode c9e881e3a1 21/29: Add by default ^, [ and ] to the exclude mark list, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 10bc9ce661 28/29: Merge pull request #11 from skangas/bump-version, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 8d4dde92d8 01/29: First commit of evil-visual-mark-mode, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 3de01766e5 05/29: fix typo, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 1dbd2a98f6 10/29: Fix up metadata to keep package.el happy, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 3f5657a027 11/29: Merge pull request #2 from purcell/patch-1, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 545fdfa6a6 09/29: Add autoload to minor-mode, ELPA Syncer, 2023/10/09