From 892af96051c60a343b23d21757f5606353f9ac5f Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 18 Jul 2024 20:05:01 +1200 Subject: [PATCH] esv.el: add heading --- esv.el | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/esv.el b/esv.el index ff3182a..fbfa36f 100644 --- a/esv.el +++ b/esv.el @@ -1,5 +1,39 @@ ;;; esv.el --- read the Bible from Emacs -*- lexical-binding:t -*- +;; Copyright (C) 2024 Jeremy Baxter + +;; Author: Jeremy Baxter +;; Maintainer: Jeremy Baxter +;; Created: May 2024 +;; Keywords: bible + +;; This file is not part of GNU Emacs. + +;; esv.el 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. +;; +;; esv.el 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. +;; +;; You should have received a copy of the GNU General Public License +;; along with esv.el. If not, see . + +;;; Commentary: + +;; esv.el provides `esv', a command for fetching a given passage of +;; the ESV Bible. The majority of the work is done by the esv command +;; line tool; esv.el just presents the text nicely in an Emacs buffer +;; for a pleasurable viewing experience. +;; +;; If you do not already have esv, find it on its website: +;; https://sr.ht/~jeremy/esv + +;;; Code: + (defgroup esv nil "Read the Bible." :prefix "esv-"