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
+3 -2
View File
@@ -69,7 +69,8 @@
;; one will ever have an account named "e342asd2131". If
;; someones does, this will probably still work for them.
;; I should only highlight error and warning lines.
"ledger bal e342asd2131 --strict --explicit "
(format "%s bal e342asd2131 --strict --explicit "
(shell-quote-argument ledger-binary-path))
t nil)
(goto-char data-pos)
@@ -88,7 +89,7 @@
(point-marker))))))
(add-text-properties (line-beginning-position) (line-end-position)
(list 'font-lock-face 'ledger-font-report-clickable-face))
(setq have-warnings 'true)
(setq have-warnings t)
(end-of-line))))
(if (not have-warnings)
(insert "No errors or warnings reported."))))