all repos — nixfiles @ 6ff45924c8e408668e0851fb5058700822c77e93

System and user configuration, managed by nix and home-manager

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
commit

6ff45924c8e408668e0851fb5058700822c77e93

parent

7612c636129aadff382d87ddafc3c840b518b56b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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)))