Mark Oteiza 8742607120 stop clobbering company-backends
* using add-hook to modify company-backends is bad juju
* there does not appear to be a sensible way for a mode to
  modify company-backends either in the variable docstring or the
  online documentation here

https://company-mode.github.io/manual/Backends.html

  so... we should not modify it.
* document the added effort to use the company backend
* the only additional fanciness to `systemd-company-backend' is that
  it will automatically insert an = after completing a directive, so
  it might be nice to work that into the capf completion somehow and
  trash the company-specific code
2023-01-31 22:02:07 -05:00
2020-01-30 13:29:39 -05:00
2014-12-27 20:11:15 -05:00
2017-09-18 20:47:03 -04:00
2019-12-19 18:01:39 -05:00
2019-12-19 18:01:39 -05:00
2019-12-19 18:04:45 -05:00
2023-01-31 22:02:07 -05:00
2019-12-19 18:01:39 -05: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 <https://melpa.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%