summaryrefslogtreecommitdiff
path: root/esb.el
diff options
context:
space:
mode:
Diffstat (limited to 'esb.el')
-rw-r--r--esb.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/esb.el b/esb.el
index 3bc5bd3..578cd0e 100644
--- a/esb.el
+++ b/esb.el
@@ -1,5 +1,13 @@
;;; esb.el --- Emacs Simple Bookmark -*- lexical-binding: t; -*-
+;; Copyright (C) 2025 Henrique Marques
+
+;; Author: Henrique Marques <[email protected]>
+;; URL: https://github.com/0xhenrique/esb
+;; Version: 0.1
+;; Package-Requires: ((emacs "27.1"))
+;; SPDX-License-Identifier: AGPL-3.0-or-later
+
;;; Commentary:
;; This is a simple encrypted bookmark manager for Emacs that
;; stores bookmarks in an encrypted file suitable for syncing via Git.
@@ -12,7 +20,7 @@
(require 'json)
(defgroup esb nil
- "Encrypted bookmark manager."
+ "Emacs Simple Bookmark."
:group 'tools)
(defcustom esb-bookmarks-file "~/.bookmarks.gpg"