Language

Package: emacs-avy @ 0.5.0

Synopsis

Tree-based completion for Emacs

Description

This package provides a generic completion method based on building a balanced decision tree with each candidate being a leaf. To traverse the tree from the root to a desired leaf, typically a sequence of read-key can be used.

In order for read-key to make sense, the tree needs to be visualized appropriately, with a character at each branch node. So this completion method works only for things that you can see on your screen, all at once, such as the positions of characters, words, line beginnings, links, or windows.

Home page
https://github.com/abo-abo/avy
Location
gnu/packages/emacs-xyz.scm (line: 5594, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings