branch: externals/mct commit 2754822e56f1898a989054350492fa73239795ae Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Avoid conflict with Emacs 29 candidate highlight Otherwise we get that face and the one MCT uses. --- mct.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mct.el b/mct.el index a11933deb8..0507ea8973 100644 --- a/mct.el +++ b/mct.el @@ -1106,6 +1106,7 @@ region.") (when (mct--minibuffer-p) (setq-local completion-show-help nil completion-wrap-movement nil ; Emacs 29 + completions-highlight-face nil truncate-lines t) (mct--setup-clean-completions) (mct--setup-appearance)