forced monospace for avy chars to reduce ambiguity in text modes

This commit is contained in:
2026-08-19 23:23:18 +02:00
parent 5c1ee7683d
commit 93f98879f4
+6
View File
@@ -7,6 +7,12 @@
avy-style 'at-full avy-style 'at-full
avy-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) avy-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
avy-orders-alist nil) avy-orders-alist nil)
(dolist (face `(avy-lead-face
avy-lead-face-0
avy-lead-face-1
avy-lead-face-2
avy-goto-char-timer-face))
(set-face-attribute face nil :inherit 'fixed-pitch))
) )
(use-package surround (use-package surround