branch: externals/mct commit 39952673146e4a2687c7c2646ba634b0dfb6c43b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Document hiding completion inline help Thanks to José Antonio Ortega Ruiz for the feedback in issue 8: <https://gitlab.com/protesilaos/mct/-/issues/8>. --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 4106783..27df526 100644 --- a/README.org +++ b/README.org @@ -437,6 +437,8 @@ Other useful extras from the Emacs source code (read their doc strings): (setq completion-cycle-threshold 2) (setq completion-ignore-case t) +(setq completion-show-inline-help nil) + (setq completions-detailed t) (setq enable-recursive-minibuffers t)