update packages

This commit is contained in:
2025-07-05 20:36:47 +02:00
parent 4a4f30e3b1
commit 65dedd3df8
60 changed files with 15454 additions and 342 deletions

6
scripts/update-autoloads.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
BASEDIR="$(dirname $0)"
DIR="$BASEDIR"/..
emacs --batch -l "$DIR"/init -l "$DIR"/lisp/update-autoloads.el --eval "(message \"%s\" (update-autoloads-sub-packages))"