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

15
lisp/magit/.dir-locals.el Normal file
View File

@@ -0,0 +1,15 @@
((nil
(indent-tabs-mode . nil))
(makefile-mode
(indent-tabs-mode . t)
(outline-regexp . "#\\(#+\\)")
(mode . outline-minor))
(emacs-lisp-mode
(checkdoc-allow-quoting-nil-and-t . t))
(git-commit-mode
(git-commit-major-mode . git-commit-elisp-text-mode))
(".github/PULL_REQUEST_TEMPLATE"
(nil (truncate-lines . nil)))
("CHANGELOG"
(nil (fill-column . 70)
(mode . display-fill-column-indicator))))