* 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
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
Languages
Emacs Lisp
94.5%
Makefile
5.5%