From 22816f8ef0f13d1bd9fb777ac3f6189906ea9f45 Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 25 Mar 2026 14:33:38 -0400 Subject: [PATCH] Don't use giant headers on agenda search --- re/b&w-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/re/b&w-theme.el b/re/b&w-theme.el index dd10af3..05203c8 100644 --- a/re/b&w-theme.el +++ b/re/b&w-theme.el @@ -132,9 +132,9 @@ ((,class (:foreground ,text)))) ;;; Org Agenda `(header-line - ((,class (:foreground ,text :background ,bg :weight bold :height 1.25)))) + ((,class (:foreground ,text :background ,bg :weight bold)))) `(org-agenda-structure - ((,class (:foreground ,text :background ,bg :box nil :weight bold :height 1.25)))) + ((,class (:foreground ,text :background ,bg :box nil :weight bold)))) `(org-column ((,class (:background ,bg)))) `(org-warning -- 2.39.5