branch: externals/mct
commit 8ee4e6d799b81bb5688bc248344dd0627b110ef2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Set mct-live-completion to non-nil, not visible
    
    It works better, as if the user mistypes something, they won't have to
    manually bring the Completions back up after deleting the faulty input.
    
    For a discussion, see issue 25: 
<https://gitlab.com/protesilaos/mct/-/issues/25>.
---
 mct-tcm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct-tcm.el b/mct-tcm.el
index aecf7d5f82..b3e211ce7d 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -63,7 +63,7 @@ minibuffer while narrowing to the given input."
                    (not (event-modifiers char))))
       (select-window mini)
       (goto-char (point-max))
-      (setq-local mct-live-completion 'visible)
+      (setq-local mct-live-completion t)
       (setq-local mct-live-update-delay 0)
       (setq-local mct-minimum-input 0)
       (insert char))))

Reply via email to