Fix modus themes config

This commit is contained in:
dctrud 2022-07-16 21:34:15 -05:00
parent 6650b96790
commit cb9abb2069
1 changed files with 2 additions and 3 deletions

View File

@ -10,11 +10,10 @@
(use-package modus-themes
:ensure t
:init
(setq modus-themes-slanted-constructs t
modus-themes-completions 'opinionted)
(setq modus-themes-italic-constructs t)
(modus-themes-load-themes)
:config
(load-theme 'modus-operandi)
(load-theme 'modus-operandi t)
:bind ("<f5>" . modus-themes-toggle))
(provide 'base-theme)