1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: emacs-tablist
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Rémi Vanicat <vanicat@debian.org>
Build-Depends: debhelper (>=9), dh-elpa
Standards-Version: 4.4.0
Homepage: https://github.com/politza/tablist
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-tablist
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-tablist.git
Package: elpa-tablist
Architecture: all
Depends: ${misc:Depends}, emacsen-common (>= 2.0.8), emacs
Description: tablist adds maks and filters to tabulated-list-mode
It also kind of puts a dired face on tabulated list buffers.
.
It can be used by deriving from tablist-mode and some features by
using tablist-minor-mode inside a tabulated-list-mode buffer.
|