branch: elpa/systemd
commit c8d34724c104459e0e516d12fb89fcde79c9b7e7
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>
add commentary
---
systemd-mode.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/systemd-mode.el b/systemd-mode.el
index 3fc08b3..9c09cac 100644
--- a/systemd-mode.el
+++ b/systemd-mode.el
@@ -21,6 +21,13 @@
;;; Commentary:
+;; Major mode for editing systemd units.
+
+;; Reflects a stripped down conf-mode, except with strict regex for
+;; whitespace, and highlighting for special syntax, such as specifiers
+;; and booleans. Features a facility for browsing documentation: use
+;; C-c C-o to open links to documentation in a unit.
+
;;; Code:
(require 'thingatpt)