update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -22,7 +22,10 @@
;;; Commentary:
;; Flymake is the built-in Emacs package to support on-the-fly syntax checking.
;; This file adds support for flymake to `ledger-mode'. Enable it by calling
;; `flymake-mode' from a file-visiting ledger buffer.
;; `ledger-flymake-enable' from a file-visiting ledger buffer. To enable it
;; automatically, put this in your .emacs:
;;
;; (add-hook 'ledger-mode-hook #'ledger-flymake-enable)
;;; Code:
(require 'cl-lib)