trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue