diff options
| author | bard <[email protected]> | 2024-05-31 15:05:44 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-31 15:29:19 -0400 |
| commit | 086955745b976dda4eb2dd33e7d8aeba204fac1e (patch) | |
| tree | 46b9178b48f8d4aa0934771aca2b4c2f8030fd0e /bard-emacs-modules | |
| parent | 85a3a234249e5d6bf8f543eacee8cb544598359f (diff) | |
eyebrowse on startup
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index cde7029..2dc63e0 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -15,6 +15,8 @@ (use-package eyebrowse :ensure t + :init + (eyebrowse-mode) :bind* (("M-0" . eyebrowse-switch-to-window-config-0) ("M-1" . eyebrowse-switch-to-window-config-1) |
