[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes ce88dd29ce 1/3: Add support for transient-key
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes ce88dd29ce 1/3: Add support for transient-key-stack face |
Date: |
Fri, 18 Apr 2025 06:58:05 -0400 (EDT) |
branch: externals/ef-themes
commit ce88dd29cefda36963412a1e63afdcbbabd4f5bf
Author: Kevin Fleming <kvnflm@gmail.com>
Commit: Kevin Fleming <kvnflm@gmail.com>
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)))