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

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

[elpa] externals/ace-window 2307fd1 64/92: ace-window.el (aw-dispatch-al


From: Stefan Monnier
Subject: [elpa] externals/ace-window 2307fd1 64/92: ace-window.el (aw-dispatch-alist): Don't bind anything on home row
Date: Wed, 17 Mar 2021 18:39:23 -0400 (EDT)

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

    ace-window.el (aw-dispatch-alist): Don't bind anything on home row
    
    Re #156
---
 ace-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window.el b/ace-window.el
index 18333fb..d25d71e 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -162,7 +162,7 @@ Consider changing this if the overlay tends to overlap with 
other things."
     (?j aw-switch-buffer-in-window "Select Buffer")
     (?n aw-flip-window)
     (?u aw-switch-buffer-other-window "Switch Buffer Other Window")
-    (?f aw-split-window-fair "Split Fair Window")
+    (?F aw-split-window-fair "Split Fair Window")
     (?v aw-split-window-vert "Split Vert Window")
     (?b aw-split-window-horz "Split Horz Window")
     (?o delete-other-windows "Delete Other Windows")



reply via email to

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