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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 6cabd36..2002aaa 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -908,6 +908,7 @@
 ;; programs to switch between program windows or views.
 
 (use-package eyebrowse
+  :after (evil)
   :config (progn
             (setq eyebrowse-new-workspace t)
             (when (eq system-type 'darwin)