Add author and commentary to calibre-edit.el

* calibre-edit.el: Add author information.
  Add a short commentary section.
This commit is contained in:
Kjartan Oli Agustsson 2023-10-29 22:30:32 +00:00
parent ac7170e09e
commit 4422899b7d
Signed by: kjartanoli
GPG Key ID: D7572FE3605EE6B0
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
;; This file is part of calibre.el.
;; Author: Kjartan Oli Agustsson <kjartanoli@disroot.org>
;; calibre.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
@ -17,6 +19,10 @@
;; You should have received a copy of the GNU General Public License
;; along with calibre.el. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This file contains the code required to edit the metadata of books
;; in a calibre library.
;;; Code:
(require 'compat) ; for defvar-keymap
(require 'wid-edit)