]> git.earman.xyz Git - emacsinit.git/commitdiff
Fix up parens
authorrearman <rearman@r717.net>
Wed, 24 Sep 2025 12:18:34 +0000 (08:18 -0400)
committerrearman <rearman@r717.net>
Wed, 24 Sep 2025 12:18:34 +0000 (08:18 -0400)
re/wobow-themes.el

index ac98773212d8a8d25969a6f8a81a39ee0b44931b..7053b9f847756a71dbfa32111d50e7b8be51c80b 100644 (file)
       (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))
       (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."