diff --git a/emacs/init.org b/emacs/init.org index 411a2c9..e804e6f 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1902,6 +1902,15 @@ Keybindings: (leader-def-key "Fs" 'jdormit/set-frame-size) #+END_SRC +* Transpose Frame +A handy utility that reverse the current frame window split (vertical to horizontal or vice-versa): +#+BEGIN_SRC emacs-lisp + (use-package transpose-frame + :defer t + :init + (leader-def-key "wt" 'transpose-frame)) +#+END_SRC + * EShell Easy keybinding to open EShell: #+BEGIN_SRC emacs-lisp