diff options
Diffstat (limited to 'bard-emacs-modules')
| -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 |
