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

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

[elpa] externals/buffer-expose f900a66 4/8: Remove still conflicting f k


From: Clemens Radermacher
Subject: [elpa] externals/buffer-expose f900a66 4/8: Remove still conflicting f key from buffer-expose-aw-keys
Date: Sun, 24 Mar 2019 06:14:03 -0400 (EDT)

branch: externals/buffer-expose
commit f900a66c9c7ec423bb650dab03522e54435023d6
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Remove still conflicting f key from buffer-expose-aw-keys
---
 buffer-expose.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buffer-expose.el b/buffer-expose.el
index 7b29a3f..199bead 100644
--- a/buffer-expose.el
+++ b/buffer-expose.el
@@ -101,7 +101,7 @@ Should return the string to display.")
   '((t :inherit font-lock-warning-face))
   "Face for avy chars in modelines.")
 
-(defcustom buffer-expose-aw-keys '(?a ?d ?f ?g ?h ?j ?l ?e ?i ?w ?o ?c ?m)
+(defcustom buffer-expose-aw-keys '(?a ?d ?g ?h ?j ?l ?e ?i ?w ?o ?c ?m)
   "Keys for selecting windows with avy."
   :type '(repeat character))
 



reply via email to

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