update commentary

This commit is contained in:
Mark Oteiza 2015-09-28 09:00:06 -04:00
parent 0f2f9361e4
commit aa9f4f64e9

View File

@ -3,7 +3,7 @@
;; Copyright (C) 2014-2015 Mark Oteiza <mvoteiza@udel.edu> ;; Copyright (C) 2014-2015 Mark Oteiza <mvoteiza@udel.edu>
;; Author: Mark Oteiza <mvoteiza@udel.edu> ;; Author: Mark Oteiza <mvoteiza@udel.edu>
;; Version: 1.3 ;; Version: 1.3.1
;; Package-Requires: ((emacs "24.4")) ;; Package-Requires: ((emacs "24.4"))
;; Keywords: tools, unix ;; Keywords: tools, unix
@ -24,11 +24,10 @@
;; Major mode for editing systemd units. ;; Major mode for editing systemd units.
;; Reflects a stripped down conf-mode, except with strict regex for ;; Similar to `conf-mode' but with added highlighting; e.g. for
;; whitespace, and highlighting for special syntax, such as specifiers ;; specifiers and booleans. Employs strict regex for whitespace.
;; and booleans. Features a facility for browsing documentation: use ;; Features a facility for browsing documentation: use C-c C-o to open
;; C-c C-o to open links to documentation in a unit (cf. systemctl ;; links to documentation in a unit (cf. systemctl help).
;; help).
;; Supports completion via `company-mode' of directives and sections ;; Supports completion via `company-mode' of directives and sections
;; in either units or network configuration. ;; in either units or network configuration.