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

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

[elpa] externals/aircon-theme f11483f9c4 28/58: Change backticks to quot


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme f11483f9c4 28/58: Change backticks to quotes where not needed
Date: Thu, 9 Jun 2022 04:57:29 -0400 (EDT)

branch: externals/aircon-theme
commit f11483f9c471997e4babf540e66ea33f5c61daff
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Change backticks to quotes where not needed
---
 aircon-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 2c36256807..6bf70e38c0 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -216,8 +216,8 @@
  '(eshell-ls-symlink    ((t (:inherit aircon-eden))))
  '(eshell-prompt        ((t (:inherit aircon-cello))))
 
- `(ansi-color-black   ((t (:foreground "#000000"))))
- `(ansi-color-white   ((t (:foreground "#ffffff"))))
+ '(ansi-color-black   ((t (:foreground "#000000"))))
+ '(ansi-color-white   ((t (:foreground "#ffffff"))))
  `(ansi-color-blue    ((t (:foreground ,aircon-sapphire))))
  `(ansi-color-cyan    ((t (:foreground ,aircon-eden))))
  `(ansi-color-green   ((t (:foreground ,aircon-goblin))))



reply via email to

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