summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-02-07 12:07:27 +0100
committerAlan Pearce2017-02-07 12:07:27 +0100
commit53128ff702dc1e3d90f2f5eecca505d9eb360230 (patch)
tree9cd766be1b352c2342088f5b52893240a2924de6
parent2087353c177eb3eddffc6b7746ff533e374b9b3a (diff)
downloaddotfiles-53128ff702dc1e3d90f2f5eecca505d9eb360230.tar.lz
dotfiles-53128ff702dc1e3d90f2f5eecca505d9eb360230.tar.zst
dotfiles-53128ff702dc1e3d90f2f5eecca505d9eb360230.zip
Emacs: Show modeline by default
At least, until I can figure out how to show a divider
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a38cc75..bb9486e 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -145,7 +145,7 @@ Let’s try a basic theme.
             (set-face-background 'mode-line "#a1b56c")
 
             (defvar mode-line-default-format mode-line-format)
-            (defcustom mode-line-default-hidden t
+            (defcustom mode-line-default-hidden nil
               "Whether to hide the mode line by default")
 
             (defun show-mode-line ()