Lucas Werkmeister 21d50f27d8 Sort specifiers alphabetically
The systemd.unit(5) manpage sorts unit file specifiers alphabetically
since commit systemd/systemd@709f4c472c, and since the order in this
regular expression is even less relevant than in the manpage, let’s just
do the same to make it easy to compare the letter sets between the two.
2018-06-29 17:06:13 -04:00
2017-09-17 15:08:47 -04:00
2014-12-27 20:11:15 -05:00
2017-09-18 20:47:03 -04:00
2017-10-06 16:52:43 -04:00
2017-10-06 16:52:43 -04:00
2016-06-12 00:44:49 -04:00
2018-06-29 17:06:13 -04:00
2017-10-06 16:52:43 -04:00

systemd mode
============

Major mode for editing systemd units in GNU Emacs.  See the commentary
in `systemd.el`.

Installation
------------

Available as the `systemd` package on MELPA <http://melpa.org/> and
marmalade <https://marmalade-repo.org/>.

In Emacs, one can locally install as a package with `make dist` and

  M-x package-install-file RET /path/to/systemd-VERSION.tar RET

Otherwise, for either installing into one's `load-path` or a system
install, do the usual

  make
  make install
Description
Major mode for editing systemd units
Readme GPL-3.0 180 KiB
Languages
Emacs Lisp 94.5%
Makefile 5.5%