all repos — nixfiles @ 8281a283a1c4c3257b0884334837a8d3a71a8cdc

System and user configuration, managed by nix and home-manager

Emacs: fix stimmung-themes breaking startup on prefect
Alan Pearce alan@alanpearce.eu
Sun, 20 Aug 2023 09:06:55 +0200
commit

8281a283a1c4c3257b0884334837a8d3a71a8cdc

parent

4ea0f55c0db1cb23738c74864851f811e628ffef

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -69,6 +69,7 @@ (when (or (daemonp)           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))