pdbrown / systemd-mode

Major mode for editing systemd units

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Major mode for editing systemd units

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 94.5%Language:Makefile 5.5%