Skip to content

Commit

Permalink
Fix unbalanced parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nollo committed Sep 19, 2016
1 parent 7d82009 commit 6f2e219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dracula-theme.el
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f2e219

Please sign in to comment.