diff options
| author | Daniel <[email protected]> | 2024-07-04 23:12:32 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-04 23:12:32 -0400 |
| commit | 4bacdfde98051ee5ac52eea094484a407d7f9a58 (patch) | |
| tree | 32f00b2723e846677516ad8348c7f0311cb5f4c6 /bard-emacs-modules/bard-emacs-window.el | |
| parent | fda717c671b415d251eb2e8db377ae0ad75d9f7f (diff) | |
cleanup
formatting, change keybinds, remove unused keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 8ee8d00..8f0b7b1 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -14,11 +14,6 @@ (setq window-min-height 3) (setq window-min-width 30)) -(use-package emacs - :bind - (("C-x f" . other-window-prefix) - ("C-c TAB" . other-frame-prefix))) - (use-package eyebrowse :ensure t :init |
