diff options
author | Alan Pearce | 2014-04-30 12:16:41 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-30 12:16:41 +0100 |
commit | 6ff45924c8e408668e0851fb5058700822c77e93 (patch) | |
tree | 285da49b178ef04f09205aee70e708b8f60f1490 /tag-emacs/emacs.d | |
parent | 7612c636129aadff382d87ddafc3c840b518b56b (diff) | |
download | dotfiles-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.
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
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))) |