From 3e88d636da024cf0fd6be290e97006f389053411 Mon Sep 17 00:00:00 2001 From: luxick Date: Tue, 11 Feb 2020 17:45:28 +0100 Subject: [PATCH] Add transpose-frame package --- setup-emacs.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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