summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-04-30 12:16:41 +0100
committerAlan Pearce2014-04-30 12:16:41 +0100
commit6ff45924c8e408668e0851fb5058700822c77e93 (patch)
tree285da49b178ef04f09205aee70e708b8f60f1490
parent7612c636129aadff382d87ddafc3c840b518b56b (diff)
downloaddotfiles-6ff45924c8e408668e0851fb5058700822c77e93.tar.lz
dotfiles-6ff45924c8e408668e0851fb5058700822c77e93.tar.zst
dotfiles-6ff45924c8e408668e0851fb5058700822c77e93.zip
Emacs: fix incorrect smart-mode-line colors
Load solarized-theme first so that 'respectful uses the correct theme colours.
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 15be03b..4cd5d9d 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -475,6 +475,7 @@
 (size-indication-mode t)
 
 (req-package smart-mode-line
+  :require solarized-theme
   :init (progn
           (setq sml/theme 'respectful)
           (sml/setup)))