diff options
| author | BardofSprites <[email protected]> | 2024-09-30 22:56:43 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-30 22:56:43 -0400 |
| commit | c0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (patch) | |
| tree | 38042a6bd0a3ddc38de813a740439343e28fd1cd /bard-emacs-modules/bard-emacs-window.el | |
| parent | 3ac6d4ce5d7ff91bb64f0a391eaddd16961b4e50 (diff) | |
rename
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index a358517..8cd6ff4 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -14,21 +14,9 @@ (setq window-min-height 3) (setq window-min-width 30)) -(use-package eyebrowse - :ensure t - :config - (eyebrowse-mode t) - :bind* - (("M-0" . eyebrowse-switch-to-window-config-0) - ("M-1" . eyebrowse-switch-to-window-config-1) - ("M-2" . eyebrowse-switch-to-window-config-2) - ("M-3" . eyebrowse-switch-to-window-config-3) - ("M-4" . eyebrowse-switch-to-window-config-4) - ("M-5" . eyebrowse-switch-to-window-config-5) - ("M-6" . eyebrowse-switch-to-window-config-6) - ("M-7" . eyebrowse-switch-to-window-config-7) - ("M-8" . eyebrowse-switch-to-window-config-8) - ("M-9" . eyebrowse-switch-to-window-config-9))) +;; (use-package beframe +;; :ensure t +;; ) (use-package windmove :bind* |
