diff options
author | Alan Pearce | 2014-07-11 18:41:14 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-11 18:41:14 +0100 |
commit | 389e8a8c66f097a372f8ae068efa0dafde496780 (patch) | |
tree | 281cf76cd4b131f90b85a710986707378f8f3dac /tag-emacs | |
parent | 6916ad30ed566159cb9b80ef6ef12eaeb21cfb4f (diff) | |
download | dotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.tar.lz dotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.tar.zst dotfiles-389e8a8c66f097a372f8ae068efa0dafde496780.zip |
Emacs: re-enable smart-mode-line
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
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))) |