summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 ()