summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-03-25 21:51:32 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-03-25 21:51:32 +0100
commit98560e731ef97f02bf093f7d86638e84f6fb7bca (patch)
treea63d3d82941eb06c16a5505e47fbd88cdfe20aa9 /README.org
parent60655764dc41dc42666abd69ff5c386661d98e59 (diff)
README: Remove mentioning of Mct
Mct completion-in-region support has been removed.
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.org b/README.org
index 8f06101..fb0d423 100644
--- a/README.org
+++ b/README.org
@@ -520,18 +520,6 @@ enhance your setup.
~completion-at-point~ command and the ~completion-in-region~ function do not
invoke Company.
-- [[https://git.sr.ht/~protesilaos/mct][Mct]]: Protesilaos' Minibuffer Confines Transcended package supports both
- minibuffer completion and completion in region. It reuses the default
- completion UI for this purpose and installs a timer which live updates the
- completion buffer. The main advantage of Mct is that you work with a regular
- Emacs buffer instead of with a popup. You can take advantage of the usual
- Emacs commands to navigate in the completions buffer. On top, Mct enhances the
- movement such that you can quickly switch between the completions buffer and
- the minibuffer or the region which is being completed. Mct does not support
- timer-based auto completion, but the integration into Emacs is naturally
- tight. Note that Mct development is currently [[https://protesilaos.com/codelog/2022-04-14-emacs-discontinue-mct/][discontinued]] due to recent
- changes of the default completion UI on the Emacs master branch.
-
- [[https://github.com/minad/consult][consult-completion-in-region]]: The Consult package provides the function
~consult-completion-in-region~ which can be set as ~completion-in-region-function~
such that it handles ~completion-at-point~. The function works by transferring