[elpa] main a436198: * elpa-packages ("vertico"): Ignore *.svg and extensions subdirectory.

2021-07-14 Thread Daniel Mendler
branch: main commit a436198b95cea6686ffef0084ae40790d4970c86 Author: Daniel Mendler Commit: Daniel Mendler * elpa-packages ("vertico"): Ignore *.svg and extensions subdirectory. --- elpa-packages | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa

[elpa] externals/marginalia f0e8a73: Check completion-extra-properties in marginalia-cycle

2021-07-14 Thread ELPA Syncer
branch: externals/marginalia commit f0e8a73473ad4fd4bc4bdd619836cc0fcac8fd59 Author: Daniel Mendler Commit: Daniel Mendler Check completion-extra-properties in marginalia-cycle This allows to cycle to the builtin completion in region annotator --- marginalia.el | 4 +++- 1 file cha

[elpa] main 1b7e27b: * elpa-packages ("consult"): Ignore images subdirectory.

2021-07-14 Thread Daniel Mendler
branch: main commit 1b7e27b1648f8fbb54e28a5a1e00f53c2b3697ab Author: Daniel Mendler Commit: Daniel Mendler * elpa-packages ("consult"): Ignore images subdirectory. --- elpa-packages | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages inde

[elpa] externals/vertico 761004c: vertico--define-sort: Extract vertico--sort-decorated

2021-07-14 Thread ELPA Syncer
branch: externals/vertico commit 761004c0ab44508bf469c21cc17d3730e874487c Author: Daniel Mendler Commit: Daniel Mendler vertico--define-sort: Extract vertico--sort-decorated --- vertico.el | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) di

[elpa] externals/marginalia updated (f0e8a73 -> 61f374e)

2021-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/marginalia. from f0e8a73 Check completion-extra-properties in marginalia-cycle new 581d161 Add marginalia-annotate-function with argument annotation new 61f374e Simplify marginalia--function-args Summary of changes: margi

[elpa] externals/marginalia 581d161 1/2: Add marginalia-annotate-function with argument annotation

2021-07-14 Thread ELPA Syncer
branch: externals/marginalia commit 581d161445d1ad0b32b4050c1b8780fe2980d72f Author: Daniel Mendler Commit: Daniel Mendler Add marginalia-annotate-function with argument annotation --- marginalia.el | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) di

[elpa] externals/marginalia 61f374e 2/2: Simplify marginalia--function-args

2021-07-14 Thread ELPA Syncer
branch: externals/marginalia commit 61f374e1c2b4a580b7d3923dca59452968554fa8 Author: Daniel Mendler Commit: Daniel Mendler Simplify marginalia--function-args --- marginalia.el | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/marginalia.el b/marg

[elpa] externals/corfu 66116be: Add completion-predicate to the Corfu commands (Fix #35)

2021-07-14 Thread ELPA Syncer
branch: externals/corfu commit 66116be876dbe92cd1185db04f7c0507cda4e6c3 Author: Daniel Mendler Commit: Daniel Mendler Add completion-predicate to the Corfu commands (Fix #35) --- README.org | 5 + corfu.el | 6 ++ 2 files changed, 11 insertions(+) diff --git a/README.org b/README

[elpa] externals/vertico 2f7c63b: Add completion-predicate to the Vertico commands (Fix #84)

2021-07-14 Thread ELPA Syncer
branch: externals/vertico commit 2f7c63bb811bcea05b21119d9bf060c62b848a0a Author: Daniel Mendler Commit: Daniel Mendler Add completion-predicate to the Vertico commands (Fix #84) --- README.org | 5 + extensions/vertico-directory.el | 5 + extensions/vertico-q

[elpa] externals/consult 73ba8ba: consult-mode-command: Respect read-extended-command-predicate on Emacs 28

2021-07-14 Thread ELPA Syncer
branch: externals/consult commit 73ba8ba503511b7212aca7d98151c87fd0e2f401 Author: Daniel Mendler Commit: Daniel Mendler consult-mode-command: Respect read-extended-command-predicate on Emacs 28 --- consult.el | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) dif

[elpa] externals/org 604bfd9: oc-csl: be more caution about the csl etc location

2021-07-14 Thread ELPA Syncer
branch: externals/org commit 604bfd9d755770e12c368c15148780ec723211df Author: TEC Commit: TEC oc-csl: be more caution about the csl etc location * lisp/oc-csl.el (org-cite-ctl--etc-dir): The previous value of `org-cite-ctl--etc-dir' is incorrect when using either package.el or

[elpa] externals/marginalia 060c49d: marginalia--symbol-class: Add pure, side-effect-free and interactive-only

2021-07-14 Thread ELPA Syncer
branch: externals/marginalia commit 060c49dc5703dbd54f7323324b86088235848952 Author: Daniel Mendler Commit: Daniel Mendler marginalia--symbol-class: Add pure, side-effect-free and interactive-only --- marginalia.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/m

[elpa] externals/corfu e4a6bc1: corfu--recompute-candidates: Extract corfu--filter-files

2021-07-14 Thread ELPA Syncer
branch: externals/corfu commit e4a6bc1b53ba1e2369e93d021cb2e4932a17b9cd Author: Daniel Mendler Commit: Daniel Mendler corfu--recompute-candidates: Extract corfu--filter-files Show hidden files only when all other files have been filtered out. This is the behavior of the `complet

[elpa] externals/consult 96f1ed2: Indentation fixes

2021-07-14 Thread ELPA Syncer
branch: externals/consult commit 96f1ed254d01366b50b86c275c2d04b0d6e290e2 Author: Daniel Mendler Commit: Daniel Mendler Indentation fixes --- consult.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/consult.el b/consult.el index 321041d..4c83f56 100644 ---

[elpa] externals/vertico bf727c2: vertico--recompute-candidates: Extract vertico--filter-files

2021-07-14 Thread ELPA Syncer
branch: externals/vertico commit bf727c25a7f069f8c6167d45c9c88f16f9c6b9e9 Author: Daniel Mendler Commit: Daniel Mendler vertico--recompute-candidates: Extract vertico--filter-files Show hidden files only when all other files have been filtered out. This is the behavior of the `c