branch: externals/mct commit 3938a50632ac98c8cd42ab42e0172d46b9df0ccb Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Hide the cursor in the Completions buffer when it is not selected --- mct.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mct.el b/mct.el index 1b9e56bc77..16d612419a 100644 --- a/mct.el +++ b/mct.el @@ -922,6 +922,7 @@ Apply APP while inhibiting modification hooks." (defun mct--setup-appearance () "Set up variables for the appearance of the Completions buffer." + (setq-local cursor-in-non-selected-windows nil) (when mct-hide-completion-mode-line (setq-local mode-line-format nil)) (when completions-header-format