From 53128ff702dc1e3d90f2f5eecca505d9eb360230 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 Feb 2017 12:07:27 +0100 Subject: Emacs: Show modeline by default At least, until I can figure out how to show a divider --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit 1.4.1