emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/mct 90aa42f432 13/64: Style the completions regardless


From: ELPA Syncer
Subject: [elpa] externals/mct 90aa42f432 13/64: Style the completions regardless of mct variant
Date: Thu, 30 Dec 2021 23:57:52 -0500 (EST)

branch: externals/mct
commit 90aa42f4323b272f0f89b1dde4e302348366540b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Style the completions regardless of mct variant
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index d0c5fe8e7b..ed7affa769 100644
--- a/mct.el
+++ b/mct.el
@@ -316,7 +316,7 @@ Meant to be added to `after-change-functions'."
   "Prepare advice around `display-completion-list'.
 Apply APP by first let binding the `completions-format' to
 `mct-completions-format'."
-  (if (mct--active-p)
+  (if (or (mct--active-p) (mct--region-p))
       (let ((completions-format mct-completions-format))
         (apply app))
     (apply app)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]