rosenthal: emacs-kdl-mode: Disable updater.

* modules/rosenthal/packages/emacs-xyz.scm (emacs-kdl-mode) [properties]: Set
disable-updater?.
This commit is contained in:
Hilton Chain 2026-02-24 13:56:44 +08:00
parent e8296177df
commit 37d8fabc97
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -102,7 +102,8 @@ some keybindings are slightly simplified.")
(home-page "https://github.com/taquangtrung/emacs-kdl-mode") (home-page "https://github.com/taquangtrung/emacs-kdl-mode")
(synopsis "Emacs major mode for editing files in the KDL document language") (synopsis "Emacs major mode for editing files in the KDL document language")
(description "") (description "")
(license license:gpl3+)))) (license license:gpl3+)
(properties '((disable-updater? . #t))))))
(define-public emacs-pcmpl-tailscale (define-public emacs-pcmpl-tailscale
(let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce") (let ((commit "acd6bce54af506b0450cf6aa1068f63d4e25c8ce")