Mark Oteiza a434645e76 improvements to autoload regexen
many thanks to @Lompik
* don't match empty unit names. AIUI unit names are alphanumeric with
  the exception of the group [-_.@], non ascii are backslash-escaped.
* more strictly match temp file names: .# prefix, [[:hexdigit:]]{16}
  suffix. the filenames are a unit name with a unit suffix (systemctl
  edit --full) or just override.conf (edit without --full option)
* add regex for dropin config files. This is just a file with ".conf"
  extension, with the added constraint that it's a file having some
  parent directory named "systemd"
2016-04-30 17:56:25 -04:00
2014-12-27 20:11:15 -05:00
2015-04-15 17:37:36 -04:00
2016-03-22 23:26:07 -04:00
2015-05-12 22:42:27 -04:00
2016-04-30 17:56:25 -04:00
2016-03-22 23:26:07 -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/>.

In Emacs 25 or later, one can locally install as a package with

  M-x package-install-file RET /path/to/systemd-mode 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%