summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index c6f638d3..dc541ded 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -435,6 +435,7 @@ it needs hooking into projectile and a key bound to switch between projects.
   (use-package perspective
     :bind* ("s-p" . persp-switch)
     :init (progn
+            (setq persp-show-modestring 'header)
             (persp-mode)))
 
   (use-package persp-projectile