Add transpose-frame package

This commit is contained in:
2020-02-11 17:45:28 +01:00
parent c9ce5d532e
commit 3e88d636da

View File

@@ -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