From 3a9b994de4cbb73831b3bc0433931b5b82c38d83 Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 24 Sep 2025 08:18:34 -0400 Subject: [PATCH] Fix up parens --- re/wobow-themes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/re/wobow-themes.el b/re/wobow-themes.el index ac98773..7053b9f 100644 --- a/re/wobow-themes.el +++ b/re/wobow-themes.el @@ -103,7 +103,7 @@ (corfu-default (:background ,background)) (corfu-current (:inverse-video t :extend t)) (corfu-bar (:background ,foreground)) - (corfu-border (:background ,foreground) + (corfu-border (:background ,foreground)) ;; git gutter (git-gutter:modified (:background ,highlight :foreground ,highlight)) @@ -146,8 +146,7 @@ (orderless-match-face-0 (:bold t :underline t)) (orderless-match-face-1 (:bold t :underline t)) (orderless-match-face-2 (:bold t :underline t)) - (orderless-match-face-3 (:bold t :underline t)) - )))) + (orderless-match-face-3 (:bold t :underline t)))))) (defun wobow-themes--variant-name (variant) "Create symbol for color theme variant VARIANT." -- 2.39.5