diff --git a/setup-emacs.org b/setup-emacs.org index ec2f914..218624e 100644 --- a/setup-emacs.org +++ b/setup-emacs.org @@ -698,6 +698,14 @@ After a second of inactivity the minibuffer will expand and show possible comple :config (global-company-mode)) #+END_SRC + +** Transpose Frame +With the transpose-frame package windows can be rearanged in a frame without the need to close and reopen them. +#+BEGIN_SRC emacs-lisp + (use-package transpose-frame + :bind ("M-t" . transpose-frame)) +#+END_SRC + * Set Variables ** General Emacs Options #+BEGIN_SRC emacs-lisp