Mark Oteiza fa1277d1cd add reminder
The new regex is not too hard to generate with some set/combinatorics
fun, but perhaps going about this a different way would be better

  (let ((s (delq nil (powerset '("@" "-" "+")))))
    (concat "="
     (regexp-opt
      (mapcar (lambda (ls) (apply #'concat ls))
              (apply #'append (mapcar #'permutations s)))
     "\\(?1:")))
2016-12-02 01:17:46 -05:00
2016-05-02 12:07:06 -04:00
2014-12-27 20:11:15 -05:00
2016-05-02 13:06:16 -04:00
2016-12-02 01:16:12 -05:00
2016-06-12 00:44:49 -04:00
2016-12-02 01:17:46 -05:00
2016-12-02 00:35:50 -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 <http://melpa.org/> and
marmalade <https://marmalade-repo.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%