all repos — nixfiles @ 707aa94bb0b98822ec859faf824b0fda34771c91

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

Emacs: ensure theme package is loaded

Alan Pearce
commit

707aa94bb0b98822ec859faf824b0fda34771c91

parent

9e66b67149a19eb204fe9f3bb6e8f5981e0d6190

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -64,7 +64,8 @@ (ding))))
(when (or (daemonp) window-system) - (load-theme 'almost-mono-white t) + (use-package almost-mono-themes + :config (load-theme 'almost-mono-white t)) (if (eq window-system 'x) (setq-default line-spacing 0.2)) (setq frame-background-mode 'light)