summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-23 15:50:50 +0200
committerAlan Pearce2017-05-23 15:50:50 +0200
commit02b31add360e8ecb529683f0c476b6627eae933f (patch)
tree399808e9de083ec6e3ce488b7982c1ada639a5df /emacs
parentbebf6f939455755b24528b64c171ce453c3a3e03 (diff)
downloaddotfiles-02b31add360e8ecb529683f0c476b6627eae933f.tar.lz
dotfiles-02b31add360e8ecb529683f0c476b6627eae933f.tar.zst
dotfiles-02b31add360e8ecb529683f0c476b6627eae933f.zip
Emacs: Don't run hide-clutter by default
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index d63803b..b28a06d 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -297,7 +297,6 @@ Sometimes I like to hide clutter.  Other times, it's useful.
 (defun show-clutter ()
   (interactive)
   (show-mode-line))
-(hide-clutter)
 
 (when mode-line-default-hidden
   (call-interactively #'hide-mode-line))