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 29
|
Source: emacs-bind-map
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-elpa,
elpa-evil
Standards-Version: 4.5.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/justbur/emacs-bind-map
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-bind-map
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-bind-map.git
Package: elpa-bind-map
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0),
elpa-evil
Enhances: emacs
Description: bind personal keymaps in multiple locations
`bind-map' is an Emacs package providing the macro bind-map which can
be used to make a keymap available across different "leader keys"
including ones tied to evil states. It is essentially a
generalization of the idea of a leader key as used in vim or the
Emacs `evil-leader' package, and allows for an arbitrary number of
"leader keys". This is probably best explained with an example.
|