[nongnu] elpa/projectile 6141587 1/4: [Fix #1703] Improve projectile-generic-command default (#1706)

2021-09-04 Thread ELPA Syncer
branch: elpa/projectile commit 614158792948f77accc1c1e998bb0a8fde0ab98f Author: Victor Makarov Commit: GitHub [Fix #1703] Improve projectile-generic-command default (#1706) * Use fd/fdfind when available * Strip leading ./ from paths produced by find --- projectile.el

[nongnu] elpa/projectile b3e7821 2/4: Add a couple of comments

2021-09-04 Thread ELPA Syncer
branch: elpa/projectile commit b3e78217a80ff584fb4f570b801428eb33209ac6 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a couple of comments --- projectile.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/projectile.el b/projectile.el index 235a6e2

[nongnu] elpa/projectile 6516a9c 4/4: Fix whitespace/indentation problems

2021-09-04 Thread ELPA Syncer
branch: elpa/projectile commit 6516a9ce574a9cd8903d0148fe06fa49f954972d Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix whitespace/indentation problems --- projectile.el | 114 +- 1 file changed, 57 insertions(+), 57 deletions(-)

[nongnu] elpa/projectile 9b3ee91 3/4: Tweak a couple of docstrings

2021-09-04 Thread ELPA Syncer
branch: elpa/projectile commit 9b3ee913322d31c2d1d9452622fa763c9c9a8ebb Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak a couple of docstrings --- projectile.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projectile.el b/projectile.el index 8da986c..c66

[nongnu] elpa/projectile updated (572b2f8 -> 6516a9c)

2021-09-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/projectile. from 572b2f8 Add project detection for Nix flakes new 6141587 [Fix #1703] Improve projectile-generic-command default (#1706) new b3e7821 Add a couple of comments new 9b3ee91 Tweak a couple of docstrings

[elpa] externals/async 5d365ff 2/2: Merge pull request #148 from pkulev/patch-1

2021-09-04 Thread ELPA Syncer
branch: externals/async commit 5d365ffc6a2c2041657eaa5d762c395ea748c8d7 Merge: d834cd9 6442b07 Author: Thierry Volpiatto Commit: GitHub Merge pull request #148 from pkulev/patch-1 Fix typo and remove extra space --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[elpa] externals/async 6442b07 1/2: Fix typo and remove extra space

2021-09-04 Thread ELPA Syncer
branch: externals/async commit 6442b07a40f6f21e3b09bf439a4c507261208a7a Author: Pavel Kulyov Commit: GitHub Fix typo and remove extra space --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 662270b..64d9f5f 100644 --- a/README.

[elpa] externals/setup 4ed266f: Fix quoting bug in :file-match

2021-09-04 Thread ELPA Syncer
branch: externals/setup commit 4ed266f902b700f95becf02afc3443c5f3a3f0ea Author: Case Duckworth Commit: Philip Kaludercic Fix quoting bug in :file-match `:file-match` forms were throwing `void-variable` errors. Adding a quote mark fixes it. --- setup.el | 2 +- 1 file changed, 1 i

[elpa] externals/devdocs df9cec7: Store document indexes in sexp format instead of JSON

2021-09-04 Thread ELPA Syncer
branch: externals/devdocs commit df9cec79ed6e7147a71fcad84835b928375047a7 Author: Augusto Stoffel Commit: Augusto Stoffel Store document indexes in sexp format instead of JSON --- README.md | 12 ++-- devdocs.el | 239 ++--- 2 files

[elpa] externals/marginalia 605e462: Add library prompt classifier

2021-09-04 Thread ELPA Syncer
branch: externals/marginalia commit 605e462e7a4eaf54eb39238cd7c9b45cad16b739 Author: Omar Antolín Commit: Omar Antolín Add library prompt classifier --- marginalia.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index a81e8c3..0aa5d6f 1

[nongnu] elpa/smartparens 2834c66: feat(r): do not pair \( in R short-lambda syntax

2021-09-04 Thread ELPA Syncer
branch: elpa/smartparens commit 2834c66c4f09778d0c57e99886c329188eed591a Author: Matus Goljer Commit: Matus Goljer feat(r): do not pair \( in R short-lambda syntax --- smartparens-ess.el | 3 +++ test/smartparens-ess-test.el | 13 + 2 files changed, 16 insertions(+)

[nongnu] elpa/projectile 572b2f8: Add project detection for Nix flakes

2021-09-04 Thread ELPA Syncer
branch: elpa/projectile commit 572b2f86d9db6ac6dc1aa958306fff8018d6d385 Author: Kira Bruneau Commit: Bozhidar Batsov Add project detection for Nix flakes This change adds support for detecting Nix flakes, a new way of managing Nix projects. See https://nixos.wiki/wiki/F

[elpa] externals/ebdb 7273309: Fix misunderstanding about German phone numbers, release point fix

2021-09-04 Thread Eric Abrahamsen
branch: externals/ebdb commit 72733093f307a85753385b7e9fb9adea8e89313c Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix misunderstanding about German phone numbers, release point fix * ebdb-i18n-basic.el (ebdb-string-i18n): Turns out the hyphen is for the extension. --- ebdb

[nongnu] elpa/smartparens 623e89e 2/2: test: add rst tests

2021-09-04 Thread ELPA Syncer
branch: elpa/smartparens commit 623e89ef03dac1b699eca37f480687865099b074 Author: Matus Goljer Commit: Matus Goljer test: add rst tests --- test/smartparens-rst-test.el | 38 ++ 1 file changed, 38 insertions(+) diff --git a/test/smartparens-rst-test.el b/

[nongnu] elpa/smartparens 90c59cb 1/2: fix(ess): only test roxy if the regexp is bound and non-nil

2021-09-04 Thread ELPA Syncer
branch: elpa/smartparens commit 90c59cb7107e3ea8e78d08314a1a9fec78114995 Author: Matus Goljer Commit: Matus Goljer fix(ess): only test roxy if the regexp is bound and non-nil Fixes #1090 --- smartparens-ess.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smar

[nongnu] elpa/smartparens updated (22794b5 -> 623e89e)

2021-09-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/smartparens. from 22794b5 Merge pull request #1099 from nigredo-tori/scala-triple-quotes new 90c59cb fix(ess): only test roxy if the regexp is bound and non-nil new 623e89e test: add rst tests Summary of changes: smartparens

[nongnu] main 042974e: * README.org: Fix typos and awkward wording.

2021-09-04 Thread Eli Zaretskii
branch: main commit 042974e358d771a5df35baafd270ea5663da9e89 Author: Eli Zaretskii Commit: Eli Zaretskii * README.org: Fix typos and awkward wording. --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index ec40534..715b9d2 100

[elpa] externals/marginalia ebd16c3: Update README.org (#103)

2021-09-04 Thread ELPA Syncer
branch: externals/marginalia commit ebd16c3d608278ea2b9c412f971a065154a4891d Author: krychu Commit: GitHub Update README.org (#103) --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5c2d283..86e74a7 100644 --- a/README.org +++ b

[elpa] externals/corfu 53653e0: Limit child frame size by `(frame-width)` (Fix #55)

2021-09-04 Thread ELPA Syncer
branch: externals/corfu commit 53653e09bc6855ad0ab4149f553b3f03af0fd32e Author: Daniel Mendler Commit: Daniel Mendler Limit child frame size by `(frame-width)` (Fix #55) --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index f9c3b5d..84228

[elpa] externals/marginalia e06d461: Fix permission denied error

2021-09-04 Thread ELPA Syncer
branch: externals/marginalia commit e06d46159442a25c3b99c02cec336a4dfa21693c Author: Daniel Mendler Commit: Daniel Mendler Fix permission denied error See https://github.com/minad/vertico/issues/118 --- marginalia.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) di

[elpa] externals/consult 7a3ccdc: Fix permission denied error

2021-09-04 Thread ELPA Syncer
branch: externals/consult commit 7a3ccdc84d0255093317508b44c507155178c21c Author: Daniel Mendler Commit: Daniel Mendler Fix permission denied error See https://github.com/minad/vertico/issues/118 --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c

[nongnu] elpa/tuareg 1e80bcd 1/2: Remove TABs

2021-09-04 Thread ELPA Syncer
branch: elpa/tuareg commit 1e80bcd4654d547ad02c30eb88a6e51b055c8fd2 Author: Christophe Troestler Commit: Christophe Troestler Remove TABs --- .dir-locals.el | 1 + ocamldebug.el | 72 +-- tuareg-opam.el | 30 +- tuareg.el | 96 +

[nongnu] elpa/tuareg eb0bff8 2/2: Ignore the automatically generated tuareg-site-file.el

2021-09-04 Thread ELPA Syncer
branch: elpa/tuareg commit eb0bff8d7bdf229322aa28ff0a8f44ba5e162202 Author: Christophe Troestler Commit: Christophe Troestler Ignore the automatically generated tuareg-site-file.el --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2cea4e7..574c

[nongnu] elpa/tuareg updated (8a26efd -> eb0bff8)

2021-09-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from 8a26efd No longer track tuareg-site-file.el new 1e80bcd Remove TABs new eb0bff8 Ignore the automatically generated tuareg-site-file.el Summary of changes: .dir-locals.el | 1 + .gitignore | 1 + ocamldebug.e

[nongnu] elpa/julia-mode 06f6fdb: Declare inferior-julia obsolete. (#161)

2021-09-04 Thread ELPA Syncer
branch: elpa/julia-mode commit 06f6fdb94cdd88db7bb40b8f511a386605711408 Author: Tamas K. Papp Commit: GitHub Declare inferior-julia obsolete. (#161) * Declare inferior-julia obsolete. * use the message from the discussion * use three argument version --- julia-mod

[nongnu] elpa/markdown-mode ccb3a54 1/2: Support enable highlighting

2021-09-04 Thread ELPA Syncer
branch: elpa/markdown-mode commit ccb3a54ed112369cdaebb629b856cef483b11a9b Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Support enable highlighting --- CHANGES.md | 2 ++ README.md | 5 - markdown-mode.el | 28 tests/markdow

[nongnu] elpa/markdown-mode 4810cac 2/2: Merge pull request #654 from jrblevin/issue-652

2021-09-04 Thread ELPA Syncer
branch: elpa/markdown-mode commit 4810cac10355310ec76cd0946d0af92d595b3b81 Merge: a9cb230 ccb3a54 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #654 from jrblevin/issue-652 Support enable highlighting --- CHANGES.md | 2 ++ README.md | 5 -