-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update apheleia to v4.3 Update borg to v4.1.1-4-g381da7b Update compat to 30.0.0.0-8-gf06c24c Update consult to 1.8-30-g917cdd8 Update corfu to 1.5-51-g1529c30 Update dape to 0.16.0-41-g5e7dbcd Update emacsql to v4.0.3-20-g081625a Update envrc to 0.12-11-g6576835 Update epkg to v4.0.2-2-gc4f5a04 Update gptel to v0.9.6-24-g41dc988 Update inheritenv to 0.2-5-gb9e67cc Update magit to v4.1.2-12-gfed38728 Update markdown-mode to v2.6-59-gb8637ba Update racket-mode to c5bee68 Update sis to 6d70604 Update transient to v0.7.9-8-g35bbc35 Update treesit-fold to 0.1.0-25-g4cfea19 Update with-editor to v3.4.2-1-gdf0b634
- Loading branch information
Showing
18 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Submodule emacsql
updated
17 files
+2 −0 | .github/workflows/stats.yml | |
+5 −6 | .github/workflows/test.yml | |
+0 −2 | .gitignore | |
+10 −16 | Makefile | |
+3 −13 | README.md | |
+1 −2 | emacsql-sqlite-builtin.el | |
+5 −245 | emacsql-sqlite-common.el | |
+4 −5 | emacsql-sqlite-module.el | |
+249 −159 | emacsql-sqlite.el | |
+1 −1 | emacsql.el | |
+0 −19 | sqlite/Makefile | |
+0 −183 | sqlite/emacsql.c | |
+0 −241,687 | sqlite/sqlite3.c | |
+0 −12,836 | sqlite/sqlite3.h | |
+2 −3 | tests/emacsql-compiler-tests.el | |
+66 −76 | tests/emacsql-external-tests.el | |
+0 −19 | tests/emacsql-tests.el |
Submodule gptel
updated
5 files
+3 −0 | .gitmodules | |
+5 −2 | gptel-org.el | |
+1 −1 | gptel-transient.el | |
+1 −0 | test | |
+0 −148 | test/gptel-org-test.el |
Submodule magit
updated
4 files
+2 −0 | .github/workflows/stats.yml | |
+23 −19 | lisp/magit-diff.el | |
+15 −8 | lisp/magit-git.el | |
+6 −4 | lisp/magit-submodule.el |
Submodule markdown-mode
updated
3 files
+4 −0 | CHANGES.md | |
+2 −3 | markdown-mode.el | |
+17 −3 | tests/markdown-test.el |
Submodule racket-mode
updated
13 files
+114 −115 | doc/generate.el | |
+52 −33 | doc/racket-mode.texi | |
+214 −135 | racket-describe.el | |
+33 −35 | racket-edit.el | |
+12 −5 | racket-hash-lang.el | |
+2 −4 | racket/command-server.rkt | |
+2 −3 | racket/commands/help.rkt | |
+9 −6 | racket/image.rkt | |
+102 −0 | racket/lib-pkg.rkt | |
+2 −2 | racket/package.rkt | |
+187 −199 | racket/scribble.rkt | |
+19 −0 | racket/util.rkt | |
+13 −0 | racket/xref.rkt |
Submodule transient
updated
5 files
+2 −0 | .github/workflows/stats.yml | |
+11 −0 | CHANGELOG | |
+29 −11 | docs/transient.org | |
+39 −11 | docs/transient.texi | |
+4 −3 | lisp/transient.el |
Submodule treesit-fold
updated
4 files
+2 −1 | CHANGELOG.md | |
+10 −0 | treesit-fold-parsers.el | |
+22 −8 | treesit-fold-summary.el | |
+32 −11 | treesit-fold.el |