From 3fc8e2a13aae782204a2e29e84f02b5e84336723 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 13 May 2014 12:01:22 +0100 Subject: Workaround smart-mode-line init issue --- tag-emacs/emacs.d/init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 7edf942..14da008 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -474,11 +474,12 @@ (column-number-mode t) (size-indication-mode t) -(req-package smart-mode-line - :require solarized-theme - :init (progn - (setq sml/theme 'respectful) - (sml/setup))) +(add-to-list + 'after-make-frame-functions + (lambda (&optional x) + (require 'smart-mode-line) + (sml/setup) + (sml/apply-theme 'respectful))) ;;;; Modes -- cgit 1.4.1