[elpa] externals/pyim 259625b 2/2: Merge pull request #403 from tumashu/redguardtoo

2021-06-30 Thread ELPA Syncer
branch: externals/pyim commit 259625b30f14376747b9cc9dd9f4b64a276306a7 Merge: 3c13e24 a680cf6 Author: tumashu Commit: GitHub Merge pull request #403 from tumashu/redguardtoo fixed unit test --- .github/workflows/test.yml | 26 ++ .travis.yml|

[elpa] externals/pyim a680cf6 1/2: fixed unit test

2021-06-30 Thread ELPA Syncer
branch: externals/pyim commit a680cf6b14cf23bbb9425e7eca026a98aa50f487 Author: Chen Bin Commit: Chen Bin fixed unit test --- .github/workflows/test.yml | 26 ++ .travis.yml| 16 README.org | 1 + tests/pyim-tests.el

[elpa] externals/which-key cd0c48c 29/32: Clarify usage of keymap replacements in docstrings and README

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit cd0c48cda2e7cc1d3bc93d3611e267a7d022de8a Author: Justin Burkett Commit: Justin Burkett Clarify usage of keymap replacements in docstrings and README --- README.org | 43 ++- which-key.el | 28 ++

[elpa] externals/which-key e42d946 11/32: Fix prefix sorting

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit e42d946cd98f914a0e9c31fe6cb677305a9f2d30 Author: Justin Burkett Commit: Justin Burkett Fix prefix sorting --- which-key-tests.el | 2 +- which-key.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/which-key-tests.el b/which-k

[elpa] externals/which-key 3f76f51 20/32: Fix which-key--group-p

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 3f76f5178d28e3b45c236ca83c37613851598abd Author: Justin Burkett Commit: Justin Burkett Fix which-key--group-p length> is a new function maybe --- which-key.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/which-key.el b/whi

[elpa] externals/which-key 28f386c 25/32: Fix key sort order functions

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 28f386cc4af8c0fe21269bb587a5bb229ba3834e Author: Justin Burkett Commit: Justin Burkett Fix key sort order functions We now always get the full key description (prefix + binding) --- which-key.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

[elpa] externals/which-key 27d9fec 32/32: Fix compiler warnings

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 27d9fec33abb989b030f7677ccf5f799287d6472 Author: Justin Burkett Commit: Justin Burkett Fix compiler warnings Fixes #312 --- which-key.el | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/which-key.el b/

[elpa] externals/which-key 7d344ce 17/32: Fix test

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 7d344ce9661549f9b516ac4c308ec7b8d53aaf51 Author: Justin Burkett Commit: Justin Burkett Fix test --- which-key-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key-tests.el b/which-key-tests.el index 705099b..e2cd0ef 100644

[elpa] externals/which-key b83c0de 27/32: Clean up which-key--maybe-replace

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit b83c0deca652ee3d42c1501dd09416b2505304b7 Author: Justin Burkett Commit: Justin Burkett Clean up which-key--maybe-replace --- which-key.el | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/which-key.el b/which-key.el index 2bfbb

[elpa] externals/which-key 4c27fc0 30/32: Improve which-key-add-keymap-based-replacements.

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 4c27fc0c565cdda58270dae4024ad03a0017de43 Author: Justin Burkett Commit: Justin Burkett Improve which-key-add-keymap-based-replacements. Also, teach which-key--safe-lookup-key to handle numeric results. --- which-key.el | 33 +--

[elpa] externals/which-key 8b707ef 15/32: Make enable-extended-define-key obsolete

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 8b707ef6c51808e944f8056b546ceb168a445079 Author: Justin Burkett Commit: Justin Burkett Make enable-extended-define-key obsolete --- which-key.el | 5 + 1 file changed, 5 insertions(+) diff --git a/which-key.el b/which-key.el index c133beb..2c4004f 100

[elpa] externals/which-key eb5a2e3 28/32: Clean up some docstrings

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit eb5a2e3de16dca7286a323bad62b55d3c08349e0 Author: Justin Burkett Commit: Justin Burkett Clean up some docstrings --- which-key.el | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/which-key.el b/which-key.el

[elpa] externals/which-key e236920 14/32: Merge branch 'alt-get-bindings'

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit e236920b231ee1d86ae215598f7a9d8294467310 Merge: 1f9c37d d6b56f3 Author: Justin Burkett Commit: Justin Burkett Merge branch 'alt-get-bindings' --- Cask | 1 + which-key-tests.el | 52 + which-key.el | 320 +++--

[elpa] externals/which-key 11471fb 21/32: Add install python step to github action

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 11471fb73804fbe6b2bc19f2a1133f4a46853e20 Author: Justin Burkett Commit: Justin Burkett Add install python step to github action --- .github/workflows/test.yml | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff --git

[elpa] externals/which-key d621634 19/32: Try with cask again

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit d621634eb606ab68b718f1eeda71bff2763733ca Author: Justin Burkett Commit: Justin Burkett Try with cask again --- .github/workflows/test.yml | 10 +- Cask | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.

[elpa] externals/which-key 063b867 18/32: Fix github action

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 063b8670305527f027c4ddeb7861f4ad7f6ca2a5 Author: Justin Burkett Commit: Justin Burkett Fix github action --- .github/workflows/test.yml | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/wor

[elpa] externals/which-key 6ae80f5 22/32: Try without cask

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 6ae80f50af838ff2bcf6448a55366fb37fb20682 Author: Justin Burkett Commit: Justin Burkett Try without cask --- .github/workflows/test.yml | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/

[elpa] externals/which-key 2444833 12/32: Fix menu-item bidning retrieval

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 244483334044ebd87a10608eae124111c8837823 Author: Justin Burkett Commit: Justin Burkett Fix menu-item bidning retrieval --- which-key.el | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index 5

[elpa] externals/which-key 6290c9e 26/32: Improve which-key-add-keymap-based-bindings

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 6290c9e21710c3ebbcdec795c916994682e07c94 Author: Justin Burkett Commit: Justin Burkett Improve which-key-add-keymap-based-bindings Add a test --- which-key-tests.el | 7 +-- which-key.el | 11 +-- 2 files changed, 14 insertions(

[elpa] externals/which-key 4e592ed 08/32: Fix type usage and arglists for new functions

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 4e592ed7b913aecd13ce8d4e316ca4f8e2f34d7c Author: Justin Burkett Commit: Justin Burkett Fix type usage and arglists for new functions --- which-key.el | 62 1 file changed, 33 insertions(+), 29 de

[elpa] externals/which-key 8d6d81d 09/32: Expand get-keymap-bindings test

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 8d6d81da4c7be4c929e908b1737dfd6d4c2aaa63 Author: Justin Burkett Commit: Justin Burkett Expand get-keymap-bindings test --- Cask | 1 + which-key-tests.el | 21 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --g

[elpa] externals/which-key 300c098 16/32: Update README

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 300c098be55d78d5d94da59da0280a8a56cc3792 Author: Justin Burkett Commit: Justin Burkett Update README --- README.org | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.org b/README.org index 3064466..22

[elpa] externals/which-key 8a558e6 06/32: Update tests

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 8a558e6a794da76f689f8404f9e7e8d030cfb49c Author: Justin Burkett Commit: Justin Burkett Update tests --- which-key-tests.el | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/which-key-tests.el b/which-key-tests.el index 1611d5

[elpa] externals/which-key 7abe54f 31/32: Handle closure definition type

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 7abe54fa1d4aa714d9414bc6877ef2124ce126fe Author: Justin Burkett Commit: Justin Burkett Handle closure definition type Fixes #311 --- which-key.el | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/which-key.el b/which-k

[elpa] externals/which-key fffd3e5 07/32: Fix default of which-key-replacement-alist

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit fffd3e5ebfbd5a38f1f78197452c13330762dc9a Author: Justin Burkett Commit: Justin Burkett Fix default of which-key-replacement-alist --- which-key.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/which-key.el b/which-key.el index 5c2c

[elpa] externals/which-key d8445fd 24/32: Try again to fix tests

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit d8445fd80e81b6ad2acdb5be2e36740e6d4839d7 Author: Justin Burkett Commit: Justin Burkett Try again to fix tests --- which-key-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key-tests.el b/which-key-tests.el index e2cd0ef..

[elpa] externals/which-key d6b56f3 13/32: Fix detection of named prefix bindings

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit d6b56f3e0c0295578db9b88330f1dee38156855e Author: Justin Burkett Commit: Justin Burkett Fix detection of named prefix bindings --- which-key.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/which-key.el b/which-key.el index

[elpa] externals/which-key 7cfbf8c 23/32: Turn off fail-fast in github action

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 7cfbf8cee74ec92bf1a4177323bead288a8dff16 Author: Justin Burkett Commit: Justin Burkett Turn off fail-fast in github action --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/tes

[elpa] externals/which-key a55b908 04/32: Alternative approach to retrieving bindings (WIP)

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit a55b90844c837e157c289ad4b10f5f2e3a4d53ff Author: Justin Burkett Commit: Justin Burkett Alternative approach to retrieving bindings (WIP) --- which-key.el | 185 +-- 1 file changed, 65 insertions(+), 1

[elpa] externals/which-key 12f743c 01/32: Fix whitespace

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 12f743c6955c89352f8d49d292895bd45e82d26f Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix whitespace --- which-key.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/which-key.el b/which-key.el index 89ab2ae..9b4005a 100644 ---

[elpa] externals/which-key 1f9c37d 03/32: Merge pull request #305 from tarsiiformes/first-line

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 1f9c37d50f08995c8671822591c8babb893ccc6f Merge: 12f743c 0f6bda6 Author: Justin Burkett Commit: GitHub Merge pull request #305 from tarsiiformes/first-line Improve first doc-string line in trivial cases --- which-key.el | 62 +++

[elpa] externals/which-key 0f6bda6 02/32: Improve first doc-string line in trivial cases

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 0f6bda622e19d8b7f3d39acddbff5263c69a51de Author: Jonas Bernoulli Commit: Jonas Bernoulli Improve first doc-string line in trivial cases The first line of a doc-string should form a complete sentence. Many doc-strings in this package do not foll

[elpa] externals/which-key 465d2fb 10/32: Fix add-keymap-based-bindings and associated test

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit 465d2fb2e4540257ad515f37f2cb4e419b286f8c Author: Justin Burkett Commit: Justin Burkett Fix add-keymap-based-bindings and associated test --- which-key-tests.el | 25 +++-- which-key.el | 12 +++- 2 files changed, 18 insert

[elpa] externals/which-key fc88551 05/32: Remove pseudo binding stuff

2021-06-30 Thread ELPA Syncer
branch: externals/which-key commit fc8855187f087635de4162071882405861460e05 Author: Justin Burkett Commit: Justin Burkett Remove pseudo binding stuff It's not necessary anymore with manual parsing of the keymaps --- which-key.el | 89

[elpa] externals/which-key updated (fc29864 -> 27d9fec)

2021-06-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/which-key. from fc29864 Fix whitespace new 12f743c Fix whitespace new 0f6bda6 Improve first doc-string line in trivial cases new 1f9c37d Merge pull request #305 from tarsiiformes/first-line new a55b908 Al

[elpa] externals/shell-command+ updated (f65aca2 -> e077867)

2021-06-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/shell-command+. from f65aca2 Bump version to 2.2.0 new 7942428 Insert expected flags into grep command new e077867 Update public-inbox URL Summary of changes: README.md | 2 +- shell-command+.el | 8 +++- 2 fi

[elpa] externals/shell-command+ e077867 2/2: Update public-inbox URL

2021-06-30 Thread ELPA Syncer
branch: externals/shell-command+ commit e077867c9f3a2b472d5fd5caa5033aa523a31c35 Author: Philip Kaludercic Commit: Philip Kaludercic Update public-inbox URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e6add..cc9ce44 100644

[elpa] externals/setup 7532a8c 6/7: Update public-inbox URL

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit 7532a8cb2f9020d5386001d71f7fe64d37d5846f Author: Philip Kaludercic Commit: Philip Kaludercic Update public-inbox URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae7830..55353df 100644 --- a/REA

[elpa] externals/shell-command+ 7942428 1/2: Insert expected flags into grep command

2021-06-30 Thread ELPA Syncer
branch: externals/shell-command+ commit 794242809672be8e78182e1d4164abc114f158c8 Author: Philip Kaludercic Commit: Philip Kaludercic Insert expected flags into grep command --- shell-command+.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shell-command+.el b/s

[elpa] externals/setup 8fd94ba 5/7: Fix behaviour of :with-feature when passed a nil feature

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit 8fd94baa27706203f3ad13368abed8092780c150 Author: Philip Kaludercic Commit: Philip Kaludercic Fix behaviour of :with-feature when passed a nil feature --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index ce3

[elpa] externals/setup a477360 4/7: Allow list arguments to be used for :with- macros

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit a477360a22ae4609b059055fcf13674a67ba7739 Author: Philip Kaludercic Commit: Philip Kaludercic Allow list arguments to be used for :with- macros --- setup.el | 70 +--- 1 file changed, 45 insertions(+),

[elpa] externals/setup b1d1efc 1/7: Allow edebugging in :when-loaded body

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit b1d1efcdffbd18d69f6ab1a7de4ae00c0eb0e34f Author: Philip Kaludercic Commit: Philip Kaludercic Allow edebugging in :when-loaded body --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index f046d49..05b485f 10064

[elpa] externals/setup 69b01fb 3/7: Bump version to 0.2.1

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit 69b01fb5af246e173986a5e84079568a67b9fc99 Author: Philip Kaludercic Commit: Philip Kaludercic Bump version to 0.2.1 --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 13584a7..990e96e 100644 --- a/setup.el

[elpa] externals/setup 69c3a07 7/7: Refresh package archive contents if package is not known

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit 69c3a07c2349eeb42716308e0f9629df1f1c7458 Author: Philip Kaludercic Commit: Philip Kaludercic Refresh package archive contents if package is not known --- setup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.el b/setup.el index 91ce235..9b96637

[elpa] externals/setup 36021f9 2/7: Use full name in header

2021-06-30 Thread ELPA Syncer
branch: externals/setup commit 36021f9331aa527368f9193195047aafec315635 Author: Philip Kaludercic Commit: Philip Kaludercic Use full name in header --- setup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.el b/setup.el index 05b485f..13584a7 100644 --- a/se

[elpa] externals/setup updated (4a4b1c5 -> 69c3a07)

2021-06-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/setup. from 4a4b1c5 Merge :if-require into :require new b1d1efc Allow edebugging in :when-loaded body new 36021f9 Use full name in header new 69b01fb Bump version to 0.2.1 new a477360 Allow list arguments

[elpa] main 48e66bb: * elpa-packages (which-key): Auto sync

2021-06-30 Thread monnier--- via
branch: main commit 48e66bbb9f743715fcec273084dac6928f0804fb Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (which-key): Auto sync --- elpa-packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index b9ec385..9053ab3 1006

[elpa] main e107b83: * elpa-packages (setup, shell-command+): Auto sync

2021-06-30 Thread monnier--- via
branch: main commit e107b8347199fd4c900da71aa3f8b7b5bc4705d2 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (setup, shell-command+): Auto sync --- elpa-packages | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 6cade

[elpa] externals/bluetooth 4c7d18c: add file-local vars to define indentation

2021-06-30 Thread monnier--- via
branch: externals/bluetooth commit 4c7d18c99bc354eaebb5831bb8eccb58e3251c4f Author: Raffael Stocker Commit: Raffael Stocker add file-local vars to define indentation --- bluetooth.el | 5 + 1 file changed, 5 insertions(+) diff --git a/bluetooth.el b/bluetooth.el index 1ddc2fb..633d9c4

[elpa] externals/org c3c89d5: Merge branch 'maint'

2021-06-30 Thread ELPA Syncer
branch: externals/org commit c3c89d569aede51985712bf32b84a4f9016226be Merge: 7666d6b 8037464 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'maint' --- lisp/org.el | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/lisp/o

[elpa] externals/org updated (7666d6b -> c3c89d5)

2021-06-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 7666d6b org-keys: improve the call for speed key "g" new 8037464 agenda: Fix timestamp agenda setting global agenda name new c3c89d5 Merge branch 'maint' Summary of changes: lisp/org.el | 36 +++-

[elpa] externals-release/org 8037464: agenda: Fix timestamp agenda setting global agenda name

2021-06-30 Thread ELPA Syncer
branch: externals-release/org commit 80374642e25f22c890a389716818b9a5b16d3c8c Author: Ingo Lohmar Commit: Nicolas Goaziou agenda: Fix timestamp agenda setting global agenda name * lisp/org.el (org-follow-timestamp-link): Do not set global agenda name. The tmp value for the

[elpa] externals/ssh-deploy 7c5fe8a 4/4: Merge remote-tracking branch 'elpa/externals/ssh-deploy'

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 7c5fe8af2d62d8f6d32ebe2d3bfc53051a9432d1 Merge: 7c68d80 908de0b Author: Christian Johansson Commit: Christian Johansson Merge remote-tracking branch 'elpa/externals/ssh-deploy'

[elpa] externals/ssh-deploy 7c68d80 3/4: Updated copyright years in README

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 7c68d80422037cc9fdbd1e8b66142c9314dca193 Author: Christian Johansson Commit: Christian Johansson Updated copyright years in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9fb515..1d542

[elpa] externals/ssh-deploy updated (908de0b -> 7c5fe8a)

2021-06-30 Thread Christian Johansson
cjohansson pushed a change to branch externals/ssh-deploy. from 908de0b Fixed bug with remote shell terminals not opening, updated copyright years new 574d3a9 Fixed issue with remote shell not starting if explicit executable is not set new 660df97 Updated version and

[elpa] externals/ssh-deploy 660df97 2/4: Updated version and change-date and copyright years

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 660df97a150e54283da30cfe714732b317f6b84b Author: Christian Johansson Commit: Christian Johansson Updated version and change-date and copyright years --- ssh-deploy-diff-mode.el | 2 +- ssh-deploy-hydra.el | 2 +- ssh-deploy-test.el | 2 +- ssh-de

[elpa] externals/ssh-deploy 574d3a9 1/4: Fixed issue with remote shell not starting if explicit executable is not set

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 574d3a94ffc649a06a225709d0f6df4d7f65644c Author: Christian Johansson Commit: Christian Johansson Fixed issue with remote shell not starting if explicit executable is not set --- ssh-deploy.el | 16 ++-- 1 file changed, 10 insertions(+), 6 dele

[elpa] externals/vertico c915775: Add vertico-resize instead of reusing resize-mini-windows

2021-06-30 Thread ELPA Syncer
branch: externals/vertico commit c9157759a015ac32cb299c18c84c6d5fb34e0aa1 Author: Daniel Mendler Commit: Daniel Mendler Add vertico-resize instead of reusing resize-mini-windows This allows to configure the plain minibuffer (read-from-minibuffer) separately from the Vertico min

[elpa] externals/vertico d74393a: Update readme

2021-06-30 Thread ELPA Syncer
branch: externals/vertico commit d74393ae0107d0aa1244f62cacbdaf1b21af48fa Author: Daniel Mendler Commit: Daniel Mendler Update readme --- README.org | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index bccff63..69f2fc0 100644 --- a