diff options
author | Alan Pearce | 2017-05-24 10:57:26 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-24 10:57:26 +0200 |
commit | 444586dc3d9433659aa7aea40c665f7c088746ec (patch) | |
tree | dbeab95c79a6feb3e3c609686a7f3fca2c9ff826 /emacs | |
parent | 65072b5fb67e2f7e6a1761b12e799f68404f9cdb (diff) | |
download | dotfiles-444586dc3d9433659aa7aea40c665f7c088746ec.tar.lz dotfiles-444586dc3d9433659aa7aea40c665f7c088746ec.tar.zst dotfiles-444586dc3d9433659aa7aea40c665f7c088746ec.zip |
Emacs: Don't hide mode-line
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 764b950..6ab2fa9 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -316,7 +316,6 @@ Sometimes I like to hide clutter. Other times, it's useful. (setq window-divider-default-bottom-width 1 window-divider-default-right-width 1 window-divider-default-places t) - (setq mode-line-default-hidden t) (window-divider-mode +1)) (add-hook 'after-change-major-mode-hook #'hide-mode-line-if-default-hidden) |