branch: externals/modus-themes
commit 493bd7a2433c12937f3d18ff6546d725d9042166
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix broken parentheses
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index f0768931ad..18b15a7e0e 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4885,7 +4885,7 @@ FG and BG are the main colors."
     `(company-tooltip-search-selection ((,c :background ,bg-hover-secondary 
:foreground ,fg-main :underline t)))
     `(company-tooltip-selection ((,c :inherit 
modus-themes-completion-selected)))
 ;;;;; compilation
-    `(compilation-column-number ((,c :foreground ,fg-dim)
+    `(compilation-column-number ((,c :foreground ,fg-dim)))
     `(compilation-error ((,c :inherit modus-themes-bold :foreground ,err)))
     `(compilation-info ((,c :inherit modus-themes-bold :foreground ,info)))
     `(compilation-line-number ((,c :foreground ,fg-dim)))

Reply via email to