emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 0d701447fc 2/2: Make key bindings fixed-pitch


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 0d701447fc 2/2: Make key bindings fixed-pitch if ef-themes-mixed-fonts
Date: Sun, 23 Oct 2022 00:57:53 -0400 (EDT)

branch: externals/ef-themes
commit 0d701447fcae6540ae3f03e15367cc4bc11cd503
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make key bindings fixed-pitch if ef-themes-mixed-fonts
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 83d580dc41..b494b3bd80 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -613,7 +613,7 @@ Helper function for `ef-themes-preview-colors'."
     `(header-line ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-dim)))
     `(header-line-highlight ((,c :inherit highlight)))
     `(help-argument-name ((,c :foreground ,accent-0)))
-    `(help-key-binding ((,c :inherit bold :foreground ,keybind)))
+    `(help-key-binding ((,c :inherit (bold ef-themes-fixed-pitch) :foreground 
,keybind)))
     `(highlight ((,c :background ,bg-hover :foreground ,fg-intense)))
     `(hl-line ((,c :background ,bg-hl-line)))
     `(icon-button ((,c :box ,fg-dim :background ,bg-active :foreground 
,fg-intense))) ; same as `custom-button'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]