Workaround smart-mode-line init issue
Alan Pearce alan@alanpearce.co.uk
Tue, 13 May 2014 12:01:22 +0100
1 files changed, 6 insertions(+), 5 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → 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