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 cb7793d191 08/29: Rename face var to


From: ELPA Syncer
Subject: [nongnu] elpa/evil-visual-mark-mode cb7793d191 08/29: Rename face var to have the same name as the mode
Date: Mon, 9 Oct 2023 13:01:37 -0400 (EDT)

branch: elpa/evil-visual-mark-mode
commit cb7793d191e51ad8f735111328b90aaaa9ca24bf
Author: Roman Gonzalez <roman@unbounce.com>
Commit: Roman Gonzalez <roman@unbounce.com>

    Rename face var to have the same name as the mode
    
    As suggested by @purcell
---
 evil-visual-mark-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/evil-visual-mark-mode.el b/evil-visual-mark-mode.el
index 044b552b1e..e05fcd364f 100644
--- a/evil-visual-mark-mode.el
+++ b/evil-visual-mark-mode.el
@@ -30,7 +30,7 @@
 (defvar evil-visual-mark-overlay-alist '()
   "List of evil visual mark overlays.")
 
-(defface evil-visual-marker-face
+(defface evil-visual-mark-face
   '((t (:foreground "white"
                     :background "color-89"
                     :underline t)))
@@ -51,7 +51,7 @@ function."
                'before-string
                (propertize (format "`%c" char)
                            'face
-                           'evil-visual-marker-face))
+                           'evil-visual-mark-face))
   overlay)
 
 



reply via email to

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