Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.38 KB

Avy Menu

License GPL 3 MELPA CI

The library provides an avy-powered popup menu. It is used in (at least) the following packages:

It can also be used directly.

Installation

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"))

API

See the description of avy-menu in the source code or by typing C-h f avy-menu RET.

Customization

Use M-x customize-group avy-menu RET to change appearance of the menu.

License

Copyright © 2016–present Mark Karpov

Distributed under GNU GPL, version 3.