From: rearman Date: Wed, 25 Mar 2026 18:33:38 +0000 (-0400) Subject: Don't use giant headers on agenda search X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=22816f8ef0f13d1bd9fb777ac3f6189906ea9f45;p=emacsinit.git Don't use giant headers on agenda search --- 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