aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-window.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-20 18:55:06 -0400
committerDaniel <[email protected]>2024-07-20 18:55:06 -0400
commit935e06e728cbb2b37ba5789ded69000fcf31b11f (patch)
treec9e7a6952a8861dfd38b8ae7a957caa29e05d11e /bard-emacs-modules/bard-emacs-window.el
parentd2696fa7aedc0d629fcdf93f52a3c3a97ba173ad (diff)
formatting
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
-rw-r--r--bard-emacs-modules/bard-emacs-window.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el
index 8f0b7b1..a358517 100644
--- a/bard-emacs-modules/bard-emacs-window.el
+++ b/bard-emacs-modules/bard-emacs-window.el
@@ -16,8 +16,8 @@
(use-package eyebrowse
:ensure t
- :init
- (eyebrowse-mode)
+ :config
+ (eyebrowse-mode t)
:bind*
(("M-0" . eyebrowse-switch-to-window-config-0)
("M-1" . eyebrowse-switch-to-window-config-1)