summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org3
1 files changed, 1 insertions, 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))