The library provides an avy
-powered
popup menu. It is used in (at least) the following packages:
It can also be used directly.
The package is available via MELPA, so you can just type M-x package-install RET avy-menu RET
.
If you would like to install the package manually, download or clone it and
put on Emacs' load-path
. Then you can require it in your init file like
this:
(require 'avy-menu)
Don't forget to include it in your list of dependencies if you are writing an Emacs Lisp package:
;; Package-Requires: ((emacs "24.5") (avy-menu "0.1"))
See the description of avy-menu
in the source code or by typing C-h f avy-menu RET
.
Use M-x customize-group avy-menu RET
to change appearance of the menu.
Copyright © 2016–present Mark Karpov
Distributed under GNU GPL, version 3.