32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
|
|
|
|
<p>My Minibuffer and Completions in Tandem (<code>mct</code>) package is now available
|
|
on GNU ELPA for Emacs version 28 or higher. You can install it with
|
|
these commands:</p>
|
|
|
|
<pre><code>M-x package-refresh-contents
|
|
M-x package-install RET mct
|
|
</code></pre>
|
|
|
|
<p>As I have <a href="https://protesilaos.com/codelog/2021-10-22-emacs-mct-demo/">demonstrated in a recent
|
|
video</a>, MCT
|
|
is a very thin layer of interactivity on top of the default minibuffer
|
|
and the standard <code>*Completions*</code> buffer. It basically adds commands to
|
|
cycle between the minibuffer and the Completions, making the two work as
|
|
parts of a unified space.</p>
|
|
|
|
<p>The package comes with a fully fledged Info manual. It provides a
|
|
detailed overview of the functionality on offer, the customisation
|
|
options, a sample configuration which also covers other useful built-in
|
|
utilities (like <code>file-name-shadow-mode</code>), and more. Read the manual
|
|
after you have installed the package by evaluating the following:</p>
|
|
|
|
<pre><code>(info "(mct) Top")
|
|
</code></pre>
|
|
|
|
<p>Note that I just pushed a new tagged release: version <code>0.2.0</code>. It
|
|
improves a few things in the code base and expands the manual.
|
|
Depending on when you install the package, expect an update to be
|
|
available soon.</p>
|
|
|
|
|