-
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.1-8-g61766b5 Update cape to 1.5-2-ga71e5c9 Update consult to 1.6-8-g21d87b9 Update envrc to 0.11-4-g4405f6e Update go-translate to v0.4-39-g8125fc4 Update gptel to v0.8.6-9-g6dbc26d Update haskell-mode to v17.5-12-g657021f Update magit to v3.3.0-991-g9cde1187 Update racket-mode to d2cff2b Update reformatter to 0.7-21-g0d29a04 Update rust-mode to 1.0.5-96-g5e96cd0
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule apheleia
updated
3 files
+8 −0 | CHANGELOG.md | |
+34 −2 | apheleia-formatters.el | |
+50 −0 | test/unit/apheleia-unit-test.el |
Submodule consult
updated
4 files
+13 −0 | CHANGELOG.org | |
+11 −10 | README.org | |
+2 −1 | consult-xref.el | |
+26 −11 | consult.el |
Submodule go-translate
updated
8 files
+3 −0 | NEWS | |
+25 −1 | README-zh.org | |
+25 −1 | README.org | |
+40 −26 | go-translate.el | |
+174 −84 | gt-core.el | |
+50 −21 | gt-engine-chatgpt.el | |
+165 −92 | gt-extension.el | |
+2 −2 | gt-text-utility.el |
Submodule gptel
updated
5 files
+4 −1 | README.org | |
+9 −1 | gptel-openai.el | |
+59 −48 | gptel-org.el | |
+6 −11 | gptel.el | |
+53 −39 | test/gptel-org-test.el |
Submodule racket-mode
updated
4 files
+1 −0 | doc/generate.el | |
+11 −0 | doc/racket-mode.texi | |
+2 −1 | racket-cmd.el | |
+9 −0 | racket-custom.el |
Submodule rust-mode
updated
6 files
+3 −1 | .gitignore | |
+1 −0 | Makefile | |
+3 −0 | README.md | |
+53 −0 | rust-cargo-tests.el | |
+24 −16 | rust-cargo.el | |
+25 −0 | test-project/src/main.rs |