From 707aa94bb0b98822ec859faf824b0fda34771c91 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Feb 2020 16:04:52 +0100 Subject: Emacs: ensure theme package is loaded --- user/emacs/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user') diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index 6d84bd0f..8875ef54 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -64,7 +64,8 @@ (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) -- cgit 1.4.1