summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 57658b0..0c17ca1 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -149,7 +149,8 @@ With two prefix arguments, write out the day and month name."
 (use-package eyebrowse
   :after (evil)
   :custom ((eyebrowse-new-workspace #'counsel-projectile-switch-project)
-           (eyebrowse-mode t))
+           (eyebrowse-mode t)
+           (eyebrowse-mode-line-style 'always))
   :general (:keymaps 'evil-window-map
 	    "0" #'eyebrowse-switch-to-window-config-0
             "1" #'eyebrowse-switch-to-window-config-1