Mark Oteiza bf39be20e4 assimilate systemd-company.el into systemd.el
hopefully didn't break everything \o/
* eventual goal is to have the large lists generated at byte compile
  time from the text files now present in the repo.  updating the lists
  in lisp is very annoying
* capf completion now exists and draws from the same infrastructure
* added capability to add a "=" after company completion of a directive
* systemd-use-company-p still works, but does not need to exist
2016-04-30 00:09:57 -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-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%