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

    Improve ace window display
---
 buffer-expose.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buffer-expose.el b/buffer-expose.el
index 8fa68b2..dd0afad 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 ?s ?d ?f ?g ?h ?j ?k ?l ?\;)
+(defcustom buffer-expose-aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l ?e ?i ?w ?o)
   "Keys for selecting windows with avy."
   :type '(repeat character))
 
@@ -463,7 +463,8 @@ NAME defaults to `buffer-expose--empty-buffer-name'."
                                        (buffer-expose--ace-p
                                         (:propertize
                                          (:eval (window-parameter 
(selected-window) 'ace-window-path))
-                                         face buffer-expose-ace-char-face))
+                                         face buffer-expose-ace-char-face)
+                                        " ")
                                        " "
                                        (:propertize (:eval (funcall 
buffer-expose-mode-line-title-func))
                                                     face 
buffer-expose-mode-line-face))))

Reply via email to