branch: externals/buffer-expose
commit f900a66c9c7ec423bb650dab03522e54435023d6
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    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