update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -81,7 +81,7 @@
;; make sure beg of region is at the beginning of a line
(beginning-of-line)
;; make sure point is at the beginning of a xact
(unless (looking-at ledger-payee-any-status-regex)
(unless (looking-at-p ledger-payee-any-status-regex)
(ledger-navigate-next-xact))
(setq beg (point))
(goto-char end)