summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-08-20 09:06:55 +0200
committerAlan Pearce2023-08-21 17:49:07 +0200
commit8281a283a1c4c3257b0884334837a8d3a71a8cdc (patch)
tree2e1a3c9eb45dcff6d62a464a948ef06946698021 /user/emacs/init.el
parent4ea0f55c0db1cb23738c74864851f811e628ffef (diff)
downloadnixfiles-8281a283a1c4c3257b0884334837a8d3a71a8cdc.tar.lz
nixfiles-8281a283a1c4c3257b0884334837a8d3a71a8cdc.tar.zst
nixfiles-8281a283a1c4c3257b0884334837a8d3a71a8cdc.zip
Emacs: fix stimmung-themes breaking startup on prefect
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 6913bba0..c48eb0a6 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -69,6 +69,7 @@
           window-system)
   (use-package stimmung-themes
     :config (progn
+              (require 'stimmung-themes-light-theme)
               (let ((light-mode-theme 'stimmung-themes-light)
                     (dark-mode-theme 'stimmung-themes-dark)
                     (original-stimmung-themes-string stimmung-themes-string))