emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window 301c762 76/92: ace-window.el (aw-transpose-f


From: Stefan Monnier
Subject: [elpa] externals/ace-window 301c762 76/92: ace-window.el (aw-transpose-frame): Move to "T" binding
Date: Wed, 17 Mar 2021 18:39:25 -0400 (EDT)

branch: externals/ace-window
commit 301c762f2fe36737ada479d9037776b1ec3741e3
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ace-window.el (aw-transpose-frame): Move to "T" binding
    
    Re #96
---
 ace-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index 0ba553b..6794f6f 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -167,7 +167,7 @@ Consider changing this if the overlay tends to overlap with 
other things."
     (?v aw-split-window-vert "Split Vert Window")
     (?b aw-split-window-horz "Split Horz Window")
     (?o delete-other-windows "Delete Other Windows")
-    (?t aw-transpose-frame "Transpose Frame")
+    (?T aw-transpose-frame "Transpose Frame")
     (?? aw-show-dispatch-help))
   "List of actions for `aw-dispatch-default'.
 Each action is a list of either:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]