From 6ff45924c8e408668e0851fb5058700822c77e93 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 30 Apr 2014 12:16:41 +0100 Subject: Emacs: fix incorrect smart-mode-line colors Load solarized-theme first so that 'respectful uses the correct theme colours. --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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))) -- cgit 1.4.1