aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-13 13:53:06 -0400
committerBardofSprites <[email protected]>2024-10-13 13:53:06 -0400
commit1138bfba0f23b653d4870418ffdd87b254e995cc (patch)
treebd62f153ac9f3e0c64941b9ebcd10b5e8409c398 /bard-emacs-modules
parent2ee0f9a67659f4208f1dddb3bde1c14701802bc3 (diff)
tear window
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-window.el5
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