diff options
| author | BardofSprites <[email protected]> | 2024-09-29 21:53:13 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-29 21:53:13 -0400 |
| commit | d86da14a611d14be0e1dd2b570f07b7c578cb415 (patch) | |
| tree | c2d42ccd52f25800423eefa84fc45445e553b1d4 /bard-emacs-modules/bard-emacs-window.el | |
| parent | f0fffcceb660b0fd006ca1291d1bd05670002dd7 (diff) | |
refractor
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 16c386f..a358517 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -30,21 +30,6 @@ ("M-8" . eyebrowse-switch-to-window-config-8) ("M-9" . eyebrowse-switch-to-window-config-9))) -(use-package bufferbin - :ensure t - :bind - (("C-c b" . bufferbin)) - :config - (add-to-list 'bufferbin-ignore-regex "^*") - (dolist (fonts '((org-mode . prot-modeline-indicator-yellow-bg) - (emacs-lisp-mode . prot-modeline-indicator-magenta-bg) - (lisp-mode . prot-modeline-indicator-magenta-bg) - (scheme-mode . prot-modeline-indicator-magenta-bg) - (haskell-mode . prot-modeline-indicator-magenta-bg) - (c-mode . prot-modeline-indicator-magenta-bg) - (c++-mode . prot-modeline-indicator-magenta-bg))) - (add-to-list 'bufferbin-mode-fonts fonts))) - (use-package windmove :bind* (("C-M-<up>" . windmove-up) |
