From 7309e9e7409162b0e92a615c48a52d6debe7facd Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 10 Nov 2016 17:08:18 +0100 Subject: [PATCH] =?UTF-8?q?Shrink=20ace-window=E2=80=99s=20key=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customizations.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations.el b/customizations.el index 85aeb98..d9d8322 100644 --- a/customizations.el +++ b/customizations.el @@ -139,7 +139,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "Hack" :foundry "simp" :slant normal :weight normal :height 98 :width normal)))) - '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))) + '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 2.0)))) '(hl-line ((t (:inherit nil :background "gray25")))) '(trailing-whitespace ((t (:inherit nil :background "red1")))) '(whitespace-line ((t (:inherit nil :background "orange4")))))