diff options
-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)) |