branch: externals/ef-themes
commit 597e672dc7b1582ba4936709bdda50ac4b9f2604
Merge: 5f81c60315 ce88dd29ce
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #54 from ktfleming/fix-transient-face
    
    Add support for transient-key-stack face
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 0dd0e8b2da..5ca87a8e42 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2405,7 +2405,7 @@ text should not be underlined as well) yet still blend 
in."
     `(transient-key-noop ((,c :inherit (shadow ef-themes-key-binding))))
     `(transient-key-recurse ((,c :inherit ef-themes-key-binding)))
     `(transient-key-return ((,c :inherit ef-themes-key-binding)))
-    `(transient-key-stay ((,c :inherit ef-themes-key-binding)))
+    `(transient-key-stack ((,c :inherit ef-themes-key-binding)))
     `(transient-key-stay ((,c :inherit ef-themes-key-binding)))
     `(transient-mismatched-key ((,c :underline t)))
     `(transient-nonstandard-key ((,c :underline t)))

Reply via email to