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 27 28
|
Source: imenu-list
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper (>= 11~)
, dh-elpa
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/emacsen-team/imenu-list
Vcs-Git: https://salsa.debian.org/emacsen-team/imenu-list.git
Homepage: https://github.com/bmag/imenu-list
Package: elpa-imenu-list
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
, emacs25
Description: show the current Emacs buffer's imenu entries in a separate window
This Emacs minor-mode creates an automatically updated buffer called
`*Ilist*` that is populated with the current buffer's imenu entries.
Imenu-list is usually configured so that the imenu tree is displayed
as an automatically resized vertical window (a sidebar).
.
An imenu tree can be used as a table of contents for text and markdown
documents, or for adding modern IDE features to Emacs--features like an
overview of function and variable definitions.
|