[nongnu] elpa/helm-core updated (e39db6bbf2 -> 202a70168f)

2022-07-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from e39db6bbf2 Merge pull request #2535 from renatofdds/master adds 202a70168f Mofify helm--run-init-hooks but less restrictive than previous change #2534 No new revisions were added by this update. Summary of changes: helm-core

[nongnu] elpa/helm 202a70168f: Mofify helm--run-init-hooks but less restrictive than previous change #2534

2022-07-27 Thread ELPA Syncer
branch: elpa/helm commit 202a70168ff9afb03f6d540fce9aa9424b489d67 Author: Thierry Volpiatto Commit: Thierry Volpiatto Mofify helm--run-init-hooks but less restrictive than previous change #2534 --- helm-core.el | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/

[nongnu] elpa/cider f422665fb0: Populate completions with metadata (#3226)

2022-07-27 Thread ELPA Syncer
branch: elpa/cider commit f422665fb0491abb9d8a8fdc2ce1aebb2497d6d3 Author: Cássio Ávila Commit: GitHub Populate completions with metadata (#3226) This makes it possible to override the cider completion style in completion-category-defaults or completion-category-overrides. --- CHA

[elpa] externals/denote f698ce0332: Tweak denote--only-note-p to read .gpg extension

2022-07-27 Thread ELPA Syncer
branch: externals/denote commit f698ce0332583cf119723f9366a1ea06d6ec63fc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak denote--only-note-p to read .gpg extension The idea of using encryption for Denote files was put forward by Paul van Gelder:

[nongnu] elpa/helm-core updated (f5159e17b8 -> e39db6bbf2)

2022-07-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from f5159e17b8 Revert "Ensure init hooks are defined as symbol functions" (Fix #2534) adds de07b116fe Fix helm-occur when previous mark is outside active region adds e39db6bbf2 Merge pull request #2535 from renatofdds/maste

[nongnu] elpa/helm e39db6bbf2 2/2: Merge pull request #2535 from renatofdds/master

2022-07-27 Thread ELPA Syncer
branch: elpa/helm commit e39db6bbf26d6a4b4b4d14140d98b4a254c7e153 Merge: f5159e17b8 de07b116fe Author: Thierry Volpiatto Commit: GitHub Merge pull request #2535 from renatofdds/master Fix helm-occur when previous mark is outside active region --- helm-occur.el | 14 +-

[nongnu] elpa/helm de07b116fe 1/2: Fix helm-occur when previous mark is outside active region

2022-07-27 Thread ELPA Syncer
branch: elpa/helm commit de07b116fee4ed0f3512324bd5b2f36c4b2f3377 Author: Renato Ferreira Commit: Renato Ferreira Fix helm-occur when previous mark is outside active region --- helm-occur.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/helm-occur.el b/h

[nongnu] elpa/popon updated (e7ef75f816 -> b5b3700771)

2022-07-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/popon. from e7ef75f816 Bump version to 0.8 new abdb78dc8b Fix popon-x-y-at-pos new b5b3700771 Bump version to 0.9 Summary of changes: popon.el | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-)

[nongnu] elpa/popon abdb78dc8b 1/2: Fix popon-x-y-at-pos

2022-07-27 Thread ELPA Syncer
branch: elpa/popon commit abdb78dc8baabfd0a7b4747ff212e7d4eb233a30 Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix popon-x-y-at-pos --- popon.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/popon.el b/popon.el index 5e74c6c10f..6ecdb94044 100644 ---

[nongnu] elpa/popon b5b3700771 2/2: Bump version to 0.9

2022-07-27 Thread ELPA Syncer
branch: elpa/popon commit b5b370077111ae65f50f8a3dca76e7c270ff0743 Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 0.9 --- popon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popon.el b/popon.el index 6ecdb94044..727842a14a 100644 --- a/popon.el

[elpa] externals/denote cb9af65f28 2/2: Treat all Markdown keywords uniformly

2022-07-27 Thread ELPA Syncer
branch: externals/denote commit cb9af65f28694643e07ef5288e632ed8090333f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Treat all Markdown keywords uniformly In TOML we were doing this: ["one"] And this: ["one", "two", "three"] No

[elpa] externals/denote bb10f74f15 1/2: Rename private function for markdown tags

2022-07-27 Thread ELPA Syncer
branch: externals/denote commit bb10f74f15bc1860d66182b2c85bb42248d5272b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename private function for markdown tags --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 85c2e3

[elpa] externals/denote updated (885aedc3d7 -> cb9af65f28)

2022-07-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 885aedc3d7 Remove needless detail from doc string new bb10f74f15 Rename private function for markdown tags new cb9af65f28 Treat all Markdown keywords uniformly Summary of changes: denote.el | 24 +--