branch: externals/ef-themes commit ce88dd29cefda36963412a1e63afdcbbabd4f5bf Author: Kevin Fleming <kvn...@gmail.com> Commit: Kevin Fleming <kvn...@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)))