summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index f9a098bd..a0efc916 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -474,13 +474,11 @@
 (column-number-mode t)
 (size-indication-mode t)
 
-(add-to-list
- 'after-make-frame-functions
- (lambda (&optional x)
-   (require 'smart-mode-line)
-   (sml/setup)
-   (sml/apply-theme 'respectful)))
-
+(req-package smart-mode-line
+  :require solarized-theme
+  :config (progn
+            (setq sml/theme 'respectful)
+            (sml/setup)))
 ;;;; Modes
 
 ;;;; systemd files