Skip to content

mrkkrp/avy-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.