esv.el: add heading
This commit is contained in:
parent
d92c10581a
commit
892af96051
1 changed files with 34 additions and 0 deletions
34
esv.el
34
esv.el
|
@ -1,5 +1,39 @@
|
||||||
;;; esv.el --- read the Bible from Emacs -*- lexical-binding:t -*-
|
;;; esv.el --- read the Bible from Emacs -*- lexical-binding:t -*-
|
||||||
|
|
||||||
|
;; Copyright (C) 2024 Jeremy Baxter
|
||||||
|
|
||||||
|
;; Author: Jeremy Baxter <jeremy@baxters.nz>
|
||||||
|
;; Maintainer: Jeremy Baxter <jeremy@baxters.nz>
|
||||||
|
;; 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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
;;; 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
|
(defgroup esv nil
|
||||||
"Read the Bible."
|
"Read the Bible."
|
||||||
:prefix "esv-"
|
:prefix "esv-"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue