branch: elpa/dracula-theme
commit 6f2e2199a0f29169a915ddab606a887f0a392210
Author: Romain <[email protected]>
Commit: Romain <[email protected]>

    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