From 10f073de2424f0a30e3800490b356c868e4660b1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 5 Jul 2024 13:49:38 +0200 Subject: [PATCH] feat: make aw leading char bigger --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ae1b1d9..b52c9cc 100644 --- a/init.el +++ b/init.el @@ -544,6 +544,7 @@ (aw-dispatch-always t) :custom-face (aw-background-face ((t (:foreground "dim gray" :background "#1d2021")))) + (aw-leading-char-face ((t (:height 3.0 :foreground "#f0c674")))) :init ;; (defun ace-window-prefix () ;; (interactive) -- 2.48.1