diff options
author | Alan Pearce | 2014-07-08 16:25:04 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-08 16:29:21 +0100 |
commit | a020f994e3093d03ff779c55378b7b0be8093fb1 (patch) | |
tree | 2c5c309b09eef01baabcdefdd55a396a39f3d749 /tag-emacs/emacs.d/init.el | |
parent | dde2a12817ff113573196e6e0c877a529843aec7 (diff) | |
download | nixfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.tar.lz nixfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.tar.zst nixfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.zip |
Emacs: workaround popwin/smart-mode-line errors
Disable smart-mode-line for now
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index aa6df290..b10802aa 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -492,6 +492,7 @@ (req-package smart-mode-line :require solarized-theme + :disabled t :config (progn (setq sml/theme 'respectful) (sml/setup))) |