From 4108bfb79643248821fb1d62cae9a4ac7146f1bc Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 24 Jan 2021 01:07:03 +0800 Subject: Adding transposing frame capability * init.el ("transpose-frame"): Use the package. --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index f970516..1d238d2 100644 --- a/init.el +++ b/init.el @@ -199,6 +199,12 @@ If FUNCTION-NAME is already a valid function, this won't do anything." (load-config "search-conf.el") +;;; Transpose frame + +(use-package "transpose-frame" 'transpose-frame + (define-key global-map (vector ?\C-\s-r) #'rotate-frame-clockwise) + (define-key global-map (vector ?\C-\s-t) #'transpose-frame)) + ;;; server ;; (cond -- cgit v1.2.3-18-g5258