Emacs: switch back to loading sml with req-package
Alan Pearce alan@alanpearce.co.uk
Sat, 24 May 2014 21:04:54 +0100
1 files changed, 5 insertions(+), 7 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → 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