all repos — nixfiles @ 14bc20cd2439a0b7d22f01f3565e7789722bf2d9

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

Emacs: switch to doom-one-light theme
Alan Pearce alan@alanpearce.eu
Mon, 27 Jan 2025 19:22:42 +0100
commit

14bc20cd2439a0b7d22f01f3565e7789722bf2d9

parent

75afee2155e5480b05781c990b6a1a9f976881eb

2 files changed, 6 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -75,7 +75,12 @@ (setq ring-bell-function #'ignore) 
 (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)
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -84,6 +84,7 @@ consult-lsp         crux
         dired-git-info
         docker-compose-mode
+        doom-themes
         dtrt-indent
         envrc
         editorconfig