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

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

[nongnu] elpa/dracula-theme 6f2e219 034/187: Fix unbalanced parenthesis


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 6f2e219 034/187: Fix unbalanced parenthesis
Date: Thu, 21 Oct 2021 18:04:51 -0400 (EDT)

branch: elpa/dracula-theme
commit 6f2e2199a0f29169a915ddab606a887f0a392210
Author: Romain <roma1n@icloud.com>
Commit: Romain <roma1n@icloud.com>

    Fix unbalanced parenthesis
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index ec15d28..02999c7 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -305,7 +305,7 @@
    `(rpm-spec-macro-face ((,class (:foreground ,rainbow-7))))
    `(rpm-spec-obsolete-tag-face ((,class (:inherit font-lock-warning-face))))
    `(rpm-spec-package-face ((,class (:foreground ,rainbow-3))))
-   `(rpm-spec-section-face ((,class (:foreground ,rainbow-7)))))
+   `(rpm-spec-section-face ((,class (:foreground ,rainbow-7))))
    `(rpm-spec-tag-face ((,class (:foreground ,rainbow-2))))
    `(rpm-spec-var-face ((,class (:foreground "#a0522d"))))
    ;; slime
@@ -342,7 +342,7 @@
    `(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
    ;; which-func
    `(which-func ((,class (:inherit ,font-lock-function-name-face))))
-  )
+  ))
 
 
 ;;;###autoload



reply via email to

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