From b830b6829b0447e71ce30954679b4af0697103cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 23 Dec 2015 16:52:27 +0100 Subject: Emacs: Show perspective modestring in header --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs') 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 -- cgit 1.4.1