File: control

package info (click to toggle)
discover-my-major 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: lisp: 182; makefile: 44
file content (28 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
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: discover-my-major
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 3.9.8
Homepage: https://github.com/steckerhalter/discover-my-major
Vcs-Browser: https://salsa.debian.org/emacsen-team/discover-my-major
Vcs-Git: https://salsa.debian.org/emacsen-team/discover-my-major.git

Package: elpa-discover-my-major
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
          emacs,
          elpa-makey
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24,
          emacs25
Built-Using: ${misc:Built-Using}
Description: discover key bindings and their meaning for the current Emacs major mode
 Discover key bindings and descriptions for commands defined by a buffer's
 major and minor modes. The command is inspired by discover.el and also uses
 the makey library. The output is pretty bare bones and not optimized but it
 seems to work already quite well for most modes.