From: rearman Date: Wed, 24 Sep 2025 12:18:34 +0000 (-0400) Subject: Fix up parens X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3a9b994de4cbb73831b3bc0433931b5b82c38d83;p=emacsinit.git Fix up parens --- 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."