all repos — nixfiles @ 14bc20cd2439a0b7d22f01f3565e7789722bf2d9

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

Emacs: switch to doom-one-light theme

Alan Pearce
commit

14bc20cd2439a0b7d22f01f3565e7789722bf2d9

parent

75afee2155e5480b05781c990b6a1a9f976881eb

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
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)