summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-12-23 16:52:27 +0100
committerAlan Pearce2015-12-23 16:52:27 +0100
commitb830b6829b0447e71ce30954679b4af0697103cf (patch)
tree21c242bb6cfce10d7a757761c3f6b9b81cc36a86 /tag-emacs
parent96d4876b695747286f931355c16da4d145bd31cc (diff)
downloaddotfiles-b830b6829b0447e71ce30954679b4af0697103cf.tar.lz
dotfiles-b830b6829b0447e71ce30954679b4af0697103cf.tar.zst
dotfiles-b830b6829b0447e71ce30954679b4af0697103cf.zip
Emacs: Show perspective modestring in header
Diffstat (limited to 'tag-emacs')
-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 c6f638d..dc541de 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