summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-01-27 19:22:42 +0100
committerAlan Pearce2025-01-27 19:22:42 +0100
commit14bc20cd2439a0b7d22f01f3565e7789722bf2d9 (patch)
treed0c81fe2b061a178f5fba5101809d96b7016b29e
parent75afee2155e5480b05781c990b6a1a9f976881eb (diff)
downloadnixfiles-14bc20cd2439a0b7d22f01f3565e7789722bf2d9.tar.lz
nixfiles-14bc20cd2439a0b7d22f01f3565e7789722bf2d9.tar.zst
nixfiles-14bc20cd2439a0b7d22f01f3565e7789722bf2d9.zip
Emacs: switch to doom-one-light theme
-rw-r--r--user/emacs/init.el5
-rw-r--r--user/settings/emacs.nix1
2 files changed, 6 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 508541f6..58933161 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -75,7 +75,12 @@
 
 (when (or (daemonp)
           window-system)
+  (use-package doom-themes
+    :config (progn
+              (load-theme 'doom-one-light :noconfirm)
+              (doom-themes-org-config)))
   (use-package stimmung-themes
+    :disable t
     :config (progn
               (require 'stimmung-themes-light-theme)
               (let ((light-mode-theme 'stimmung-themes-light)
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index b5470c96..cf519354 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -84,6 +84,7 @@ in
         crux
         dired-git-info
         docker-compose-mode
+        doom-themes
         dtrt-indent
         envrc
         editorconfig