From 5c967dca79c4114fcae95a0e7b2ece7657fff97b Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 5 Sep 2023 23:51:40 +0200 Subject: [PATCH] CHANGE 22 drones Update auto-compile to 1.8.2-1-g945f4eb Update compat to 29.1.4.2-8-g75d0b85 Update consult to 0.35-13-g40607fb Update consult-notes to 006b209 Update corfu to 0.38-7-gcc244c5 Update denote to 5a9645b Update ef-themes to 559de2d Update embark to 0.21-165-g46fb2f8 Update epkg to v3.3.3-81-gb22da65 Update evil to 1.14.0-387-gd6d2e5d Update evil-collection to 0.0.9-32-g8be4b75 Update llama to v0.3.1-1-ga938ac0 Update magit to v3.3.0-742-ga3b9b007 Assimilate ob-restclient ded3b7e Update org to release_9.6.8-746-g234650af2 Assimilate puppet-mode 0.4-13-g71bcd38 Update rainbow-delimiters to 2.1.5-3-gf40ece5 Assimilate restclient 0ba7281 Update transient to v0.4.3-5-g361d8ac Update vertico to 1.4-21-g5780fac Update which-key to v3.6.0-20-g4d20bc8 Update with-editor to v3.3.2 --- .gitmodules | 11 ++++++++++- init.el | 1 + lib/auto-compile | 2 +- lib/compat | 2 +- lib/consult | 2 +- lib/consult-notes | 2 +- lib/corfu | 2 +- lib/denote | 2 +- lib/ef-themes | 2 +- lib/embark | 2 +- lib/epkg | 2 +- lib/evil | 2 +- lib/evil-collection | 2 +- lib/llama | 2 +- lib/magit | 2 +- lib/ob-restclient | 1 + lib/org | 2 +- lib/puppet-mode | 1 + lib/rainbow-delimiters | 2 +- lib/restclient | 1 + lib/transient | 2 +- lib/vertico | 2 +- lib/which-key | 2 +- lib/with-editor | 2 +- 24 files changed, 33 insertions(+), 20 deletions(-) create mode 160000 lib/ob-restclient create mode 160000 lib/puppet-mode create mode 160000 lib/restclient diff --git a/.gitmodules b/.gitmodules index 415c699..ea43636 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,7 +20,7 @@ url = git@github.com:emacscollective/closql.git [submodule "compat"] path = lib/compat - url = https://git.sr.ht/~pkal/compat + url = https://github.com/emacs-compat/compat [submodule "consult"] path = lib/consult url = https://github.com/minad/consult @@ -78,6 +78,9 @@ [submodule "ob-go"] path = lib/ob-go url = https://github.com/pope/ob-go +[submodule "ob-restclient"] + path = lib/ob-restclient + url = https://github.com/alf/ob-restclient.el [submodule "orderless"] path = lib/orderless url = https://github.com/oantolin/orderless @@ -87,9 +90,15 @@ [submodule "projectile"] path = lib/projectile url = https://github.com/bbatsov/projectile +[submodule "puppet-mode"] + path = lib/puppet-mode + url = https://github.com/voxpupuli/puppet-mode [submodule "rainbow-delimiters"] path = lib/rainbow-delimiters url = https://github.com/Fanael/rainbow-delimiters +[submodule "restclient"] + path = lib/restclient + url = https://github.com/pashky/restclient.el [submodule "s"] path = lib/s url = https://github.com/magnars/s.el diff --git a/init.el b/init.el index 7bb359e..5db4130 100644 --- a/init.el +++ b/init.el @@ -102,6 +102,7 @@ 'org-babel-load-languages '((emacs-lisp . t) (plantuml . t) + (restclient . t) (C . t) (java . t) (shell . t) diff --git a/lib/auto-compile b/lib/auto-compile index 6ed8e29..945f4eb 160000 --- a/lib/auto-compile +++ b/lib/auto-compile @@ -1 +1 @@ -Subproject commit 6ed8e29d23c6c91f8c98f18ff745d2475d6f6a38 +Subproject commit 945f4ebf40e409688d58f003542b275eab6f83c5 diff --git a/lib/compat b/lib/compat index 3968002..75d0b85 160000 --- a/lib/compat +++ b/lib/compat @@ -1 +1 @@ -Subproject commit 39680022511b4945cee0b4c4a49a84caaff6e60d +Subproject commit 75d0b8527f51aae42d23eee4aeb263e19055747e diff --git a/lib/consult b/lib/consult index c971f8d..40607fb 160000 --- a/lib/consult +++ b/lib/consult @@ -1 +1 @@ -Subproject commit c971f8db1bc69d2400c3c76d00ebc8a651c3926d +Subproject commit 40607fb11ceaaa4d2d1c19673295923fd9cfa0e2 diff --git a/lib/consult-notes b/lib/consult-notes index c48b563..006b209 160000 --- a/lib/consult-notes +++ b/lib/consult-notes @@ -1 +1 @@ -Subproject commit c48b563f855f60bfaa8360c23529e8cac3dc6c7d +Subproject commit 006b20977cc27aec4b5aca14c13824f5df0ab8cc diff --git a/lib/corfu b/lib/corfu index 42b1ddc..cc244c5 160000 --- a/lib/corfu +++ b/lib/corfu @@ -1 +1 @@ -Subproject commit 42b1ddc35a3dcbc062f8006fbba499e2e92a65a6 +Subproject commit cc244c54b392ce4d27ed166730efde4f4d01a07f diff --git a/lib/denote b/lib/denote index 1a2bc83..5a9645b 160000 --- a/lib/denote +++ b/lib/denote @@ -1 +1 @@ -Subproject commit 1a2bc831bea487a8c597aff68a902e397bcb21b0 +Subproject commit 5a9645ba851c11b583ec8a37b2facd1a5a06cf71 diff --git a/lib/ef-themes b/lib/ef-themes index 39f8ab3..559de2d 160000 --- a/lib/ef-themes +++ b/lib/ef-themes @@ -1 +1 @@ -Subproject commit 39f8ab3d116039cf5d60abcae3fc944b814c9ca0 +Subproject commit 559de2d1604b264a28493f3c082ba9a0d103670b diff --git a/lib/embark b/lib/embark index d8bf793..46fb2f8 160000 --- a/lib/embark +++ b/lib/embark @@ -1 +1 @@ -Subproject commit d8bf793f478e2f7b314c90edb188fa3ded6dc6da +Subproject commit 46fb2f8bd90bc374d2cd0a55da3510a09070c859 diff --git a/lib/epkg b/lib/epkg index dfb6685..b22da65 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit dfb66853b1dabdbcda1c4565db418a644968da7d +Subproject commit b22da65653418290dc93f7c8b167e8600cdaedb0 diff --git a/lib/evil b/lib/evil index fa41a49..d6d2e5d 160000 --- a/lib/evil +++ b/lib/evil @@ -1 +1 @@ -Subproject commit fa41a4958c204f6e1254e7ebc5ca1b073889ed5c +Subproject commit d6d2e5d2b170eb0ab3bec488868702009a0ee3b6 diff --git a/lib/evil-collection b/lib/evil-collection index 286d69d..8be4b75 160000 --- a/lib/evil-collection +++ b/lib/evil-collection @@ -1 +1 @@ -Subproject commit 286d69de179cf70c00963a998a4beb826b51414a +Subproject commit 8be4b75c86bc637dbcd14be7522d6da06df1747e diff --git a/lib/llama b/lib/llama index 5c454f1..a938ac0 160000 --- a/lib/llama +++ b/lib/llama @@ -1 +1 @@ -Subproject commit 5c454f1a83c698668942603e595cec36a5211768 +Subproject commit a938ac0ae7890cfaf3281beb13f5c2fa75b337fa diff --git a/lib/magit b/lib/magit index decd5f4..a3b9b00 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit decd5f40dd514ef559cdbba23c51e2208c25d9ef +Subproject commit a3b9b007025572548a909b0cf5edc144c98fcb2f diff --git a/lib/ob-restclient b/lib/ob-restclient new file mode 160000 index 0000000..ded3b7e --- /dev/null +++ b/lib/ob-restclient @@ -0,0 +1 @@ +Subproject commit ded3b7eb7b0592328a7a08ecce6f25278cba4a1d diff --git a/lib/org b/lib/org index 34082ff..234650a 160000 --- a/lib/org +++ b/lib/org @@ -1 +1 @@ -Subproject commit 34082ff184b1ceb5ff57e9daf91a774c038dfc7a +Subproject commit 234650af2efd3db70e36f7d91ad835c6de75c51a diff --git a/lib/puppet-mode b/lib/puppet-mode new file mode 160000 index 0000000..71bcd38 --- /dev/null +++ b/lib/puppet-mode @@ -0,0 +1 @@ +Subproject commit 71bcd383f20a457e8ad34e0e08ec47f8e1b64263 diff --git a/lib/rainbow-delimiters b/lib/rainbow-delimiters index a32b39b..f40ece5 160000 --- a/lib/rainbow-delimiters +++ b/lib/rainbow-delimiters @@ -1 +1 @@ -Subproject commit a32b39bdfe6c61c322c37226d66e1b6d4f107ed0 +Subproject commit f40ece58df8b2f0fb6c8576b527755a552a5e763 diff --git a/lib/restclient b/lib/restclient new file mode 160000 index 0000000..0ba7281 --- /dev/null +++ b/lib/restclient @@ -0,0 +1 @@ +Subproject commit 0ba72816f92f3d5906cdf76f418fd0a3ee72809b diff --git a/lib/transient b/lib/transient index 323d6b6..361d8ac 160000 --- a/lib/transient +++ b/lib/transient @@ -1 +1 @@ -Subproject commit 323d6b6c84e6ae55e578efa1efb6bb4d42a69cac +Subproject commit 361d8ac61bf75e027173f84a1013d87364a4ec3e diff --git a/lib/vertico b/lib/vertico index c87e73e..5780fac 160000 --- a/lib/vertico +++ b/lib/vertico @@ -1 +1 @@ -Subproject commit c87e73e5c1fc75f37245ed97617f1c8cba424bb2 +Subproject commit 5780fac84f67c19cd6906077ecd636bac3c0c7ad diff --git a/lib/which-key b/lib/which-key index df6b0cb..4d20bc8 160000 --- a/lib/which-key +++ b/lib/which-key @@ -1 +1 @@ -Subproject commit df6b0cb8449812e7fb200bc852107fa7eb708496 +Subproject commit 4d20bc852545a2e602f59084a630f888542052b1 diff --git a/lib/with-editor b/lib/with-editor index a485378..d5f3f06 160000 --- a/lib/with-editor +++ b/lib/with-editor @@ -1 +1 @@ -Subproject commit a4853781835346aabf083d2d9cb87f656d01ccac +Subproject commit d5f3f06cb830311e60c58f656988ef37c05a99e0