diff options
author | Alan Pearce | 2019-08-28 15:40:32 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-28 15:40:32 +0200 |
commit | a2108e449b2297e06baff951a3ce8821c20d1ee3 (patch) | |
tree | 5b986d0853d5b9c783921f395697699ac5b7aa07 /emacs | |
parent | 4036c3ba9fdfdef16d4e53a28af98cd53f8c1234 (diff) | |
download | dotfiles-a2108e449b2297e06baff951a3ce8821c20d1ee3.tar.lz dotfiles-a2108e449b2297e06baff951a3ce8821c20d1ee3.tar.zst dotfiles-a2108e449b2297e06baff951a3ce8821c20d1ee3.zip |
Emacs: make eyebrowse mode-line indicator more compact
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index c20427f..c1713a9 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -207,6 +207,7 @@ With two prefix arguments, write out the day and month name." (eyebrowse-mode t) (eyebrowse-mode-line-left-delimiter "") (eyebrowse-mode-line-right-delimiter "") + (eyebrowse-mode-line-separator " ") (eyebrowse-mode-line-style 'always)) :general (:keymaps 'evil-window-map "0" #'eyebrowse-switch-to-window-config-0 |