diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-07 10:18:59 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-07 10:18:59 +0300 |
| commit | 48dc905d4b8eebbdd8a928898c9dc56ee5216965 (patch) | |
| tree | 473c4ea990c1befcd6c7b8f84d753536bdb8539a /ef-bio-theme.el | |
| parent | 9a64221f797c8cc5cefb0bd732612d08f2b321a0 (diff) | |
Revise the 'prompt' value to avoid conflict with 'keybind'
We do not want the prompt to ever look the same as keybindings. This
can happen in various minibuffer prompts, such as the case reported by
Steve Molinor in issue 24 on the GitHub mirror:
<https://github.com/protesilaos/ef-themes/issues/24>.
Diffstat (limited to 'ef-bio-theme.el')
| -rw-r--r-- | ef-bio-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el index 49843ca..86d44d6 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -176,7 +176,7 @@ (name green) (keybind green) (identifier magenta-faint) - (prompt green-warmer) + (prompt cyan-cooler) ;;;; Code mappings |
