[nongnu] elpa/clojure-mode d82417cf86: Remove needless quote of choice values

2022-07-06 Thread ELPA Syncer
branch: elpa/clojure-mode commit d82417cf86644a4135c6d764aa901f69045fd5ca Author: Shohei YOSHIDA Commit: Bozhidar Batsov Remove needless quote of choice values --- clojure-mode.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clojure-mode.el b/clojure-mode.el i

[nongnu] elpa/helm 912764f7b4 3/5: Add a group for bookmark faces

2022-07-06 Thread ELPA Syncer
branch: elpa/helm commit 912764f7b4ca6e8670774acbfabfe85f36f1bc1d Author: Thierry Volpiatto Commit: Thierry Volpiatto Add a group for bookmark faces --- helm-bookmark.el | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/helm-bookmark.el b/he

[nongnu] elpa/helm updated (2a2a142fdf -> 004c9c12ed)

2022-07-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 2a2a142fdf Fix error when calling documentation on void function new 456491cc15 Fix missing f12 in nth keys new 0ea25376b8 Fix flashing helm-occur buffer after resume new 912764f7b4 Add a group for bookmark faces

[nongnu] elpa/helm 456491cc15 1/5: Fix missing f12 in nth keys

2022-07-06 Thread ELPA Syncer
branch: elpa/helm commit 456491cc156a7fd0345edd6e52b8e5647aa8647b Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix missing f12 in nth keys the number of iterations in dotimes is different from cl-loop. --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[nongnu] elpa/helm 70309cf69e 4/5: Add back :group to helm-ff-icon-mode

2022-07-06 Thread ELPA Syncer
branch: elpa/helm commit 70309cf69e071b67e15c440e0a1f0320a2a837f2 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add back :group to helm-ff-icon-mode It is necessary because it is located below helm-files-faces group. --- helm-files.el | 1 + 1 file changed, 1 insertion(+) di

[nongnu] elpa/helm 0ea25376b8 2/5: Fix flashing helm-occur buffer after resume

2022-07-06 Thread ELPA Syncer
branch: elpa/helm commit 0ea25376b8afe80d053bc3df9e3af72fcbea44d7 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix flashing helm-occur buffer after resume --- helm-occur.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-occur.el b/helm-occur.el index b46f7

[nongnu] elpa/helm 004c9c12ed 5/5: Remove unneeded :group entries in helm-occur

2022-07-06 Thread ELPA Syncer
branch: elpa/helm commit 004c9c12edb40b67856e5f6e59141f8b0f06e53b Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove unneeded :group entries in helm-occur --- helm-occur.el | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/helm-occur.el b/helm-occu

[nongnu] elpa/helm-core updated (2a2a142fdf -> 004c9c12ed)

2022-07-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 2a2a142fdf Fix error when calling documentation on void function adds 456491cc15 Fix missing f12 in nth keys adds 0ea25376b8 Fix flashing helm-occur buffer after resume adds 912764f7b4 Add a group for bookmark face

[elpa] externals/svg-lib a11267c23b 1/2: Ascent can now be set using properties

2022-07-06 Thread ELPA Syncer
branch: externals/svg-lib commit a11267c23b369e44e02ac8d6b761d899881e Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Ascent can now be set using properties --- svg-lib.el | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/svg-lib.el b

[nongnu] elpa/typescript-mode 83bf47e406: Update README.md

2022-07-06 Thread ELPA Syncer
branch: elpa/typescript-mode commit 83bf47e406761d951bd9eab2f0674e4fa3874a1b Author: Jostein Kjønigsen Commit: GitHub Update README.md --- README.md | 34 ++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index f77dda3112..68d8cba904 100

[elpa] externals/svg-lib 303f690389 2/2: Merge remote-tracking branch 'origin/master'

2022-07-06 Thread ELPA Syncer
branch: externals/svg-lib commit 303f690389f71fd8efb8f43931e835d8b3db28d4 Merge: a11267c23b 212cc8c8b7 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Merge remote-tracking branch 'origin/master' --- svg-lib.el | 37 ++--- 1 file changed, 18 insertions(

[elpa] externals/pyim 17f432bddf 1/3: Add pyim-candidates--xingma-words

2022-07-06 Thread ELPA Syncer
branch: externals/pyim commit 17f432bddff6a67b3a75497acc6158c70e391899 Author: Feng Shu Commit: Feng Shu Add pyim-candidates--xingma-words --- pyim-candidates.el | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pyim-candidates.el b/pyim-cand

[elpa] externals/pyim f260cc9834 2/3: 改变形码词条的排序规则, #449

2022-07-06 Thread ELPA Syncer
branch: externals/pyim commit f260cc9834a0efa7f2d1da63191ee5e5a94e9b0c Author: Feng Shu Commit: Feng Shu 改变形码词条的排序规则, #449 --- pyim-candidates.el | 63 - tests/pyim-tests.el | 17 +-- 2 files changed, 34 insertions(+), 46 dele

[elpa] externals/pyim updated (6d8190ca20 -> bc228c1caf)

2022-07-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 6d8190ca20 Add pyim-page--code-hint-of-default-scheme new 17f432bddf Add pyim-candidates--xingma-words new f260cc9834 改变形码词条的排序规则, #449 new bc228c1caf Update pyim-candidates--xingma-words docstring. Summary of

[elpa] externals/pyim bc228c1caf 3/3: Update pyim-candidates--xingma-words docstring.

2022-07-06 Thread ELPA Syncer
branch: externals/pyim commit bc228c1caf9db1c770cbb76926a9baf2c8195cc6 Author: Feng Shu Commit: Feng Shu Update pyim-candidates--xingma-words docstring. --- pyim-candidates.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-candidates.el b/pyim-candidates.el index 9