diff options
author | Alan Pearce | 2015-12-23 16:52:27 +0100 |
---|---|---|
committer | Alan Pearce | 2015-12-23 16:52:27 +0100 |
commit | b830b6829b0447e71ce30954679b4af0697103cf (patch) | |
tree | 21c242bb6cfce10d7a757761c3f6b9b81cc36a86 /tag-emacs/emacs.d/init.org | |
parent | 96d4876b695747286f931355c16da4d145bd31cc (diff) | |
download | nixfiles-b830b6829b0447e71ce30954679b4af0697103cf.tar.lz nixfiles-b830b6829b0447e71ce30954679b4af0697103cf.tar.zst nixfiles-b830b6829b0447e71ce30954679b4af0697103cf.zip |
Emacs: Show perspective modestring in header
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
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 |