emacs-recomplete 0.2-0.0e4a2ba
Immediate completion, without prompting
recomplete
is a completion library for quickly completing or correcting words in cases where the first candidate is the likely choice. Unlike most completion, it immediately performs the completion action, calling again to cycle over options. Completion candidates are displayed in the echo area.
- Outputs:
out
- Website: https://codeberg.org/ideasman42/emacs-recomplete
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-recomplete 0.2-0.0e4a2ba
as follows:
guix install emacs-recomplete@0.2-0.0e4a2ba
Or install the latest version:
guix install emacs-recomplete
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.