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 30 31 32 33 34
|
Source: systemd-el
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
Standards-Version: 4.3.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/holomorph/systemd-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/systemd-el
Vcs-Git: https://salsa.debian.org/emacsen-team/systemd-el.git
Package: elpa-systemd
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Suggests: elpa-company
Description: major mode for editing systemd units
This package provides an Emacs major mode for editing systemd units.
.
It is similar to `conf-mode' but with enhanced highlighting; e.g. for
specifiers and booleans. It employs strict regex for whitespace.
Features a facility for browsing documentation: use C-c C-o to open
links to documentation in a unit (cf. systemctl help).
.
It supports completion of directives and sections in either units or
network configuration. Both a completer for
`completion-at-point-functions' and a company backend are provided.
The latter can be enabled by adding `company-mode' to
`systemd-mode-hook'.
|