This package browser is in early development. Mind the rough edges.

emacs-recomplete

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.

Installation

Install the latest version of emacs-recomplete as follows:

guix install emacs-recomplete

Or install a particular version:

guix install emacs-recomplete@0.2-0.0e4a2ba

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.

Badge code

You can use the following badge to inform users of emacs-recomplete about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-recomplete'><img src='https://packages.guix.gnu.org/packages/emacs-recomplete/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-recomplete/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-recomplete)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-recomplete][https://packages.guix.gnu.org/packages/emacs-recomplete/badges/latest-version.svg]]