From 534691bdd58a5d6f1bb922374adb9c33b04e82c0 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 3 Apr 2019 13:07:01 +0200 Subject: Emacs: Use deeper-blue theme --- dot.emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index d17ceea..32bb239 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -38,9 +38,7 @@ (convert-standard-filename "custom.el"))) (load custom-file :noerror) -(use-package color-theme-sanityinc-tomorrow - :ensure t - :config (color-theme-sanityinc-tomorrow-blue)) +(load-theme 'deeper-blue) (setq display-time-day-and-date t display-time-24hr-format t) -- cgit v1.2.3