diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
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) |
