branch: elpa/apropospriate-theme
commit 99dce8c38cd798b531497c406a3f1d359f2b815c
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    make ace-window character bigger
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index c4583d0..a6b98c2 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -138,7 +138,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(avy-lead-face-1 ((,class (:inherit avy-lead-face))))
      `(avy-lead-face-2 ((,class (:inherit avy-lead-face))))
      `(avy-background-face ((,class (:foreground ,base00+3))))
-     `(aw-leading-char-face ((,class (:inherit avy-lead-face))))
+     `(aw-leading-char-face ((,class (:inherit avy-lead-face :height 2.0))))
      `(aw-background-face ((,class (:inherit avy-background-face))))
      `(highlight-indent-guides-odd-face ((,class (:background ,base00+1))))
      `(highlight-indent-guides-even-face ((,class (:background ,base00))))

Reply via email to