1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: ace-link
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/abo-abo/ace-link
Vcs-Browser: https://salsa.debian.org/emacsen-team/ace-link
Vcs-Git: https://salsa.debian.org/emacsen-team/ace-link.git
Package: elpa-ace-link
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: selecting a link to jump to
This package offers an alternative to tabbing through links in buffers, for
instance, in an Info buffer. `avy' is used to turn opening a link from an
O(N) operation into an O(1).
.
Supported modes: `Info-mode', `help-mode', `org-mode', `eww-mode',
`gnus-article-mode', `Custom-mode', `woman-mode', `goto-address-mode'.
|