aboutsummaryrefslogtreecommitdiff
path: root/emacs/consfigurator.el.in
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/consfigurator.el.in')
-rw-r--r--emacs/consfigurator.el.in19
1 files changed, 14 insertions, 5 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index d86690d..4bb0c6d 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -1,17 +1,20 @@
;;; consfigurator.el --- Utilities for working with Consfigurator consfigs
-;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 1.2.3
-
;; Copyright (C) 2021, 2023 Sean Whitton
;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
-;; This program is free software; you can redistribute it and/or modify
+;; Author: Sean Whitton <spwhitton@spwhitton.name>
+;; Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+;; Version: 1.2.3
+;; URL: https://git.spwhitton.name/consfigurator/tree/emacs/consfigurator.el.in
+;; Keywords: languages, lisp, syntax, unix
+
+;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;; This program is distributed in the hope that it will be useful,
+;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
@@ -19,6 +22,12 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; Utilities for working with Consfigurator consfigs from Emacs.
+;; Please see <https://spwhitton.name/doc/consfigurator/> for more information
+;; about Consfigurator.
+
;;; Code:
(require 'lisp-mode)