all repos — archive/dotfiles @ a020f994e3093d03ff779c55378b7b0be8093fb1

Superseded by nixfiles

Emacs: workaround popwin/smart-mode-line errors

Disable smart-mode-line for now
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Jul 2014 16:25:04 +0100
commit

a020f994e3093d03ff779c55378b7b0be8093fb1

parent

dde2a12817ff113573196e6e0c877a529843aec7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -492,6 +492,7 @@ (size-indication-mode t) 
 (req-package smart-mode-line
   :require solarized-theme
+  :disabled t
   :config (progn
             (setq sml/theme 'respectful)
             (sml/setup)))