[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-visual-mark-mode c9e881e3a1 21/29: Add by default ^,
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-visual-mark-mode c9e881e3a1 21/29: Add by default ^, [ and ] to the exclude mark list |
Date: |
Mon, 9 Oct 2023 13:01:39 -0400 (EDT) |
branch: elpa/evil-visual-mark-mode
commit c9e881e3a1d0d46910bedc993f7d52ebcd997ed3
Author: Roman Gonzalez <roman@unbounce.com>
Commit: Roman Gonzalez <roman@unbounce.com>
Add by default ^, [ and ] to the exclude mark list
---
evil-visual-mark-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-visual-mark-mode.el b/evil-visual-mark-mode.el
index b7979afa8b..bd88c31aab 100644
--- a/evil-visual-mark-mode.el
+++ b/evil-visual-mark-mode.el
@@ -42,7 +42,7 @@
:prefix "evil-visual-mark-mode"
:group 'evil)
-(defcustom evil-visual-mark-exclude-marks '()
+(defcustom evil-visual-mark-exclude-marks '("^" "[" "]")
"Marks which should not be displayed on buffer."
:type '(repeat character)
: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, 2023/10/09
- [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 <=
- [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
- [nongnu] elpa/evil-visual-mark-mode bc7d29d7c2 23/29: Merge pull request #6 from roman/mark-exclusion-kaizen, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 6ca54d3750 25/29: Treat local markers and global markers differently, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode a16d407515 17/29: Add a user option to allow some marks not to be displayed, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-visual-mark-mode 7c18caab1c 04/29: `defvar' form cannot have named arguments, ELPA Syncer, 2023/10/09