emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]