Skip to content

Commit 6ba41ff

Browse files
committed
Add transpose-frame
1 parent 066a452 commit 6ba41ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/config-ui.el

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,16 @@ split."
540540
:commands (digit-groups-global-mode
541541
digit-groups-mode))
542542

543+
;; =========================================================
544+
;; transpose-frame - high level window manipulation commands
545+
;; =========================================================
546+
547+
(use-package transpose-frame
548+
:commands (transpose-frame
549+
flip-frame
550+
flop-frame
551+
rotate-frame
552+
rotate-frame-clockwise
553+
rotate-frame-anticlockwise))
554+
543555
(provide 'config-ui)

0 commit comments

Comments
 (0)