update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions

View File

@@ -27,7 +27,9 @@
;;; Code:
(defcustom ledger-init-file-name "~/.ledgerrc"
"Location of the ledger initialization file. nil if you don't have one."
"Location of the ledger initialization file.
nil if you don't have one or don't wish to read it."
:type '(choice (const :tag "Do not read ledger initialization file" nil)
file)
:group 'ledger-exec)