Emacs: ensure theme package is loaded
Alan Pearce alan@alanpearce.eu
Tue, 18 Feb 2020 16:04:52 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
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)