diff options
| author | BardofSprites <[email protected]> | 2024-10-13 13:53:06 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-13 13:53:06 -0400 |
| commit | 1138bfba0f23b653d4870418ffdd87b254e995cc (patch) | |
| tree | bd62f153ac9f3e0c64941b9ebcd10b5e8409c398 /bard-emacs-modules/bard-emacs-window.el | |
| parent | 2ee0f9a67659f4208f1dddb3bde1c14701802bc3 (diff) | |
tear window
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 1bc8ecb..529f689 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -104,5 +104,10 @@ ("C-x <up>" . next-buffer) ("C-x <down>" . previous-buffer))) +(use-package emacs + :ensure nil + :bind + ("C-x w t" . tear-off-window)) + (provide 'bard-emacs-window) ;;; bard-emacs-window.el ends here |
