this post was submitted on 12 May 2024
9 points (100.0% liked)
Emacs
2194 readers
1 users here now
Our infinitely powerful editor.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To install it on emacs 29 paste this into a scratch buffer and evaluate it:
And put this in your init.el:
(require 'minimpc)
You don't need Vertico or Orderless. I'm using emacs' built-in completion--it works fine.
Thank you for trying the package! I completely forgot to mention
require
in README, and didn't knowpackage-vc-install
. I'll add it to README later.I hope it works on other packages like helm or ivy too.