Emacs: fix incorrect smart-mode-line colors Load solarized-theme first so that 'respectful uses the correct theme colours.
Alan Pearce alan@alanpearce.co.uk
Wed, 30 Apr 2014 12:16:41 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -475,6 +475,7 @@ (column-number-mode t) (size-indication-mode t) (req-package smart-mode-line + :require solarized-theme :init (progn (setq sml/theme 'respectful) (sml/setup)))