summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-08 16:25:04 +0100
committerAlan Pearce2014-07-08 16:29:21 +0100
commita020f994e3093d03ff779c55378b7b0be8093fb1 (patch)
tree2c5c309b09eef01baabcdefdd55a396a39f3d749 /tag-emacs
parentdde2a12817ff113573196e6e0c877a529843aec7 (diff)
downloaddotfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.tar.lz
dotfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.tar.zst
dotfiles-a020f994e3093d03ff779c55378b7b0be8093fb1.zip
Emacs: workaround popwin/smart-mode-line errors
Disable smart-mode-line for now
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index aa6df29..b10802a 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)))