summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-11 18:41:14 +0100
committerAlan Pearce2014-07-11 18:41:14 +0100
commit389e8a8c66f097a372f8ae068efa0dafde496780 (patch)
tree281cf76cd4b131f90b85a710986707378f8f3dac /tag-emacs/emacs.d
parent6916ad30ed566159cb9b80ef6ef12eaeb21cfb4f (diff)
downloaddotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.tar.lz
dotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.tar.zst
dotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.zip
Emacs: re-enable smart-mode-line
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a505395..b73c2af 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -504,7 +504,6 @@
 
 (req-package smart-mode-line
   :require solarized-theme
-  :disabled t
   :config (progn
             (setq sml/theme 'respectful)
             (sml/setup)))