diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:09:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:09:09 +0100 |
commit | d1584c6356bb395bed949df2a3a24b1e270bc47c (patch) | |
tree | 9cc198af0ef9df028e5e7906486f92e8e4eb9a91 | |
parent | 3cbd0959a51b5b9204e69bda84e5a899c78fe7c0 (diff) |
modus: Do not enlarge agenda-date.
-rw-r--r-- | init.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)) |