diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-04-03 13:07:01 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-04-03 13:07:01 +0200 |
| commit | 534691bdd58a5d6f1bb922374adb9c33b04e82c0 (patch) | |
| tree | 5c19c429eedfdcd31c13ee9e0f0aab1fc5bb7607 /dot.emacs.d | |
| parent | 521791a33588f19ad405776a1861d72713c56174 (diff) | |
Emacs: Use deeper-blue theme
Diffstat (limited to 'dot.emacs.d')
| -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) |
