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. --- tab-conf.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tab-conf.el') diff --git a/tab-conf.el b/tab-conf.el index 5f9cf83..99f423d 100644 --- a/tab-conf.el +++ b/tab-conf.el @@ -7,6 +7,7 @@ (define-key tab-prefix-map (vector 'tab) 'tab-switcher) (define-key global-map (vector ?\s-t) #'durand-switch-tab-dwim) +(define-key global-map (vector ?\s-T) #'tab-switcher) ;;;###autoload (defun durand-switch-tab-dwim (&optional arg) -- cgit v1.2.3-18-g5258