diff options
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a38cc75c..bb9486ee 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 () |