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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme df0a96f 013/118: fix highlight tail va


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme df0a96f 013/118: fix highlight tail variant variable interpretation
Date: Thu, 21 Oct 2021 18:02:13 -0400 (EDT)

branch: elpa/apropospriate-theme
commit df0a96fd3aa595c9f87475a0bb6632dd5adcee7c
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    fix highlight tail variant variable interpretation
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 0907505..d6ed473 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -472,7 +472,7 @@
                                  ,orange))
 
      `(highlight-tail-colors
-       (if (eq variant 'light)
+       (if (eq ',variant 'light)
            '((,orange-1 . 0)
              (,yellow . 10)
              (,yellow-1 . 30)



reply via email to

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