Emacs: ensure theme package is loaded
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M user/emacs/.emacs.d/init.el → user/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)