summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)))