From 486fd3e770609985b16503b531b6ab10cfa1ff40 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 24 May 2014 21:04:54 +0100 Subject: Emacs: switch back to loading sml with req-package --- tag-emacs/emacs.d/init.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f9a098b..a0efc91 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 -- cgit 1.4.1