Skip to content

Commit

Permalink
Update 27 drones
Browse files Browse the repository at this point in the history
Update apheleia                       to v4.0-19-g923cd12
Update borg                           to v3.3.1-130-g1b4efad
Update cape                           to  1.1-6-g9d1a902
Update closql                         to v1.2.1-30-g1b2ee60
Update color-theme-sanityinc-tomorrow to  1.17-288-ga918dfe
Update consult                        to  1.1-3-gc9e6bfe
Update corfu                          to  1.1-13-gf9b9d87
Update emacsql                        to  3.1.1-48-ge2b2df5
Update epkg                           to v3.3.3-87-gc42e88f
Update fussy                          to  1.6-5-ge06c92a
Update git-modes                      to  1.4.2-1-g320e71e
Update gptel                          to v0.5.5-16-g3ac5963
Update kind-icon                      to  0.2.1-2-g7bac269
Update llama                          to v0.3.1-6-g38657d1
Update magit                          to v3.3.0-854-gfaa19075
Update marginalia                     to  1.5-2-g018898d
Update no-littering                   to v1.5.0-22-gb109d1a
Update ox-gfm                         to v1.0-7-g4f774f1
Update racket-mode                    to  7b6c9d7
Update simple-httpd                   to  1.5.1-12-g3982c55
Update sis                            to  23f3fe8
Update svg-lib                        to  84ccfb8
Update transient                      to v0.5.3-1-gff16d37
Update vertico                        to  1.6-7-g2cf3de8
Update vundo                          to v2.1.0-18-gd2de7b5
Update with-editor                    to v3.3.2-3-g85c37d3
Update yasnippet-snippets             to  1.0-42-g12103bb
  • Loading branch information
Eason0210 committed Jan 1, 2024
1 parent d6559c1 commit 9e57baa
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lib/apheleia
Submodule apheleia updated 38 files
+24 −0 CHANGELOG.md
+36 −5 apheleia-formatters.el
+9 −2 apheleia-utils.el
+5 −0 scripts/formatters/apheleia-docformatter
+40 −0 scripts/formatters/apheleia-from-project-root
+0 −22 scripts/formatters/apheleia-mix
+48 −48 test/formatters/apheleia-ft.el
+1 −0 test/formatters/installers/cljfmt.bash
+2 −0 test/formatters/installers/docformatter.bash
+19 −0 test/formatters/installers/dprint.bash
+1 −0 test/formatters/installers/python3-json.bash
+4 −0 test/formatters/installers/ruby-syntax-tree.bash
+12 −0 test/formatters/samplecode/cljfmt/in.clj
+6 −0 test/formatters/samplecode/cljfmt/in.cljs
+4 −0 test/formatters/samplecode/cljfmt/in.edn
+12 −0 test/formatters/samplecode/cljfmt/out.clj
+6 −0 test/formatters/samplecode/cljfmt/out.cljs
+2 −0 test/formatters/samplecode/cljfmt/out.edn
+26 −0 test/formatters/samplecode/docformatter/in.py
+30 −0 test/formatters/samplecode/docformatter/out.py
+1 −0 test/formatters/samplecode/dprint/in.dockerfile
+1 −0 test/formatters/samplecode/dprint/in.js
+1 −0 test/formatters/samplecode/dprint/in.json
+1 −0 test/formatters/samplecode/dprint/in.md
+1 −0 test/formatters/samplecode/dprint/in.py
+1 −0 test/formatters/samplecode/dprint/in.toml
+1 −0 test/formatters/samplecode/dprint/in.ts
+1 −0 test/formatters/samplecode/dprint/out.dockerfile
+3 −0 test/formatters/samplecode/dprint/out.js
+19 −0 test/formatters/samplecode/dprint/out.json
+4 −0 test/formatters/samplecode/dprint/out.md
+3 −0 test/formatters/samplecode/dprint/out.py
+1 −0 test/formatters/samplecode/dprint/out.toml
+6 −0 test/formatters/samplecode/dprint/out.ts
+1 −0 test/formatters/samplecode/python3-json/in.json
+19 −0 test/formatters/samplecode/python3-json/out.json
+13 −0 test/formatters/samplecode/ruby-syntax-tree/in.rb
+18 −0 test/formatters/samplecode/ruby-syntax-tree/out.rb
2 changes: 1 addition & 1 deletion lib/borg
Submodule borg updated 6 files
+65 −1 CHANGELOG
+5 −1 Makefile
+27 −38 borg.el
+1 −1 borg.mk
+3 −3 docs/borg.org
+1 −1 docs/borg.texi
2 changes: 1 addition & 1 deletion lib/cape
Submodule cape updated 3 files
+8 −0 .gitignore
+3 −1 CHANGELOG.org
+48 −51 cape.el
2 changes: 1 addition & 1 deletion lib/closql
Submodule closql updated 2 files
+3 −0 Makefile
+2 −1 closql.el
2 changes: 1 addition & 1 deletion lib/consult
Submodule consult updated 4 files
+8 −0 .gitignore
+9 −5 CHANGELOG.org
+1 −1 README.org
+14 −10 consult.el
2 changes: 1 addition & 1 deletion lib/emacsql
2 changes: 1 addition & 1 deletion lib/epkg
Submodule epkg updated 4 files
+40 −0 CHANGELOG
+3 −0 Makefile
+2 −2 docs/epkg.org
+2 −2 docs/epkg.texi
2 changes: 1 addition & 1 deletion lib/fussy
Submodule fussy updated 1 files
+3 −1 fussy.el
2 changes: 1 addition & 1 deletion lib/git-modes
Submodule git-modes updated 1 files
+3 −0 Makefile
2 changes: 1 addition & 1 deletion lib/gptel
Submodule gptel updated 7 files
+148 −69 README.org
+40 −24 gptel-curl.el
+160 −0 gptel-gemini.el
+13 −8 gptel-ollama.el
+6 −2 gptel-openai.el
+44 −24 gptel-transient.el
+282 −131 gptel.el
2 changes: 1 addition & 1 deletion lib/kind-icon
Submodule kind-icon updated 1 files
+5 −0 README.md
2 changes: 1 addition & 1 deletion lib/llama
Submodule llama updated from a938ac to 38657d
2 changes: 1 addition & 1 deletion lib/marginalia
Submodule marginalia updated 3 files
+6 −1 .gitignore
+5 −0 CHANGELOG.org
+17 −17 marginalia.el
2 changes: 1 addition & 1 deletion lib/no-littering
Submodule no-littering updated 2 files
+3 −0 Makefile
+3 −0 no-littering.el
2 changes: 1 addition & 1 deletion lib/ox-gfm
Submodule ox-gfm updated 1 files
+65 −90 ox-gfm.el
2 changes: 1 addition & 1 deletion lib/racket-mode
2 changes: 1 addition & 1 deletion lib/simple-httpd
Submodule simple-httpd updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion lib/sis
Submodule sis updated 1 files
+57 −81 sis.el
2 changes: 1 addition & 1 deletion lib/svg-lib
Submodule svg-lib updated 3 files
+127 −7 README.org
+7 −3 svg-lib-demo.el
+382 −125 svg-lib.el
2 changes: 1 addition & 1 deletion lib/transient
2 changes: 1 addition & 1 deletion lib/vundo
Submodule vundo updated 4 files
+12 −0 NEWS.txt
+20 −3 README.txt
+185 −0 vundo-diff.el
+72 −31 vundo.el
2 changes: 1 addition & 1 deletion lib/with-editor
Submodule with-editor updated 1 files
+3 −0 Makefile

0 comments on commit 9e57baa

Please sign in to comment.