From d1584c6356bb395bed949df2a3a24b1e270bc47c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 28 Feb 2024 14:09:09 +0100 Subject: modus: Do not enlarge agenda-date. --- init.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.org b/init.org index c9da884..7f26b18 100644 --- a/init.org +++ b/init.org @@ -173,11 +173,10 @@ The Modus themes look pretty nice. #+BEGIN_SRC elisp (use-package modus-themes - :init + :config (setq modus-themes-completions '(opinionated)) (setq modus-themes-headings '((agenda-structure . (variable-pitch light 1.5)) - (agenda-date . (variable-pitch regular 1.3)) (0 . (variable-pitch regular 2.0)) (1 . (variable-pitch background light overline 1.5)) (2 . (variable-pitch overline rainbow 1.3)) -- cgit v1.2.3