[elpa] externals/vertico c4e8185: Compute vertico--history-hash lazily on demand

2021-07-16 Thread ELPA Syncer
branch: externals/vertico commit c4e818505c8501f11e687495b9c108b21609913d Author: Daniel Mendler Commit: Daniel Mendler Compute vertico--history-hash lazily on demand --- vertico.el | 57 ++--- 1 file changed, 30 insertions(+), 27 deletion

[elpa] externals/consult 8250b7a: consult-focus-lines: Uncover if input is empty

2021-07-16 Thread ELPA Syncer
branch: externals/consult commit 8250b7ac9a0c2d4acb869df393bddb1070fd24cc Author: Daniel Mendler Commit: Daniel Mendler consult-focus-lines: Uncover if input is empty Add helpful prompt, make command more intuitive. --- consult.el | 25 + 1 file changed, 17

[elpa] main b438674: Remove deprecated modus-{operandi, vivendi}-themes

2021-07-16 Thread Protesilaos Stavrou
branch: main commit b438674100fab7fa7f7424cd6f185e002597c0cb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove deprecated modus-{operandi,vivendi}-themes Subject to bug#49572, which updates the modus-themes in emacs.git to version 1.5.0, it now is the right time to

[elpa] externals/consult 5fb6248 2/2: consult-line-number-wrapped: Inherit from font-lock-warning-face

2021-07-16 Thread ELPA Syncer
branch: externals/consult commit 5fb6248c8e12630ce1247985c67ea28ae4077e4f Author: Daniel Mendler Commit: Daniel Mendler consult-line-number-wrapped: Inherit from font-lock-warning-face --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el

[elpa] externals/consult 4ba5ad1 1/2: consult-line: Show wrapped around line numbers in italic

2021-07-16 Thread ELPA Syncer
branch: externals/consult commit 4ba5ad1946541a709bad1f0e6f1a2fef5df9d7ae Author: Daniel Mendler Commit: Daniel Mendler consult-line: Show wrapped around line numbers in italic Introduce the new face consult-line-number-wrapped. See #287. --- consult.el | 36 ++

[elpa] externals/consult updated (8250b7a -> 5fb6248)

2021-07-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 8250b7a consult-focus-lines: Uncover if input is empty new 4ba5ad1 consult-line: Show wrapped around line numbers in italic new 5fb6248 consult-line-number-wrapped: Inherit from font-lock-warning-face Summar

[elpa] externals/marginalia b589388: Simplify marginalia-annotate-variable

2021-07-16 Thread ELPA Syncer
branch: externals/marginalia commit b5893884abeb6a355233edf54e0f63d04bc32ce2 Author: Daniel Mendler Commit: Daniel Mendler Simplify marginalia-annotate-variable --- marginalia.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/marginalia.el b/margi

[elpa] externals/vertico e1faeb0: README: Fix links

2021-07-16 Thread ELPA Syncer
branch: externals/vertico commit e1faeb01ed379dd773116adbc22e8ca52f6f8162 Author: Daniel Mendler Commit: Daniel Mendler README: Fix links --- README.org | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 5cf405f..c70f915 100644 --- a/REA

[elpa] externals/marginalia d4c2028: marginalia--symbol-class: Add symbol for autoloaded

2021-07-16 Thread ELPA Syncer
branch: externals/marginalia commit d4c2028c7917b2ff926b3a67c3acc0351be658cc Author: Daniel Mendler Commit: Daniel Mendler marginalia--symbol-class: Add symbol for autoloaded --- marginalia.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/marginalia.el b/marginalia.el index 70ae7c8.

[elpa] externals/corfu updated (2620355 -> 155af8d)

2021-07-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from 2620355 Better y-position computation new 1acc028 corfu--make-frame: Apply frame/face settings only if changed (Fix #37) new e335a13 Revert "corfu--make-frame: Apply frame/face settings only if changed (Fix #37

[elpa] externals/corfu 1acc028 1/4: corfu--make-frame: Apply frame/face settings only if changed (Fix #37)

2021-07-16 Thread ELPA Syncer
branch: externals/corfu commit 1acc02809b204d38be2d72ac4ffa96a06ef0c45b Author: Daniel Mendler Commit: Daniel Mendler corfu--make-frame: Apply frame/face settings only if changed (Fix #37) --- corfu.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/co

[elpa] externals/corfu e335a13 2/4: Revert "corfu--make-frame: Apply frame/face settings only if changed (Fix #37)"

2021-07-16 Thread ELPA Syncer
branch: externals/corfu commit e335a13cfe5a61925f1cc025d61f5f1199390216 Author: Daniel Mendler Commit: Daniel Mendler Revert "corfu--make-frame: Apply frame/face settings only if changed (Fix #37)" This reverts commit 1acc02809b204d38be2d72ac4ffa96a06ef0c45b. --- corfu.el | 17 +++

[elpa] externals/corfu 5824ef8 3/4: Another child frame bug, add comment

2021-07-16 Thread ELPA Syncer
branch: externals/corfu commit 5824ef853e8cde6beab8edf6e550680f894512cb Author: Daniel Mendler Commit: Daniel Mendler Another child frame bug, add comment --- corfu.el | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/corfu.el b/corfu.el index ebb1d21.

[elpa] externals/corfu 155af8d 4/4: Simplify

2021-07-16 Thread ELPA Syncer
branch: externals/corfu commit 155af8de3e75f442beaf2bc1b44b9abcbc367ff0 Author: Daniel Mendler Commit: Daniel Mendler Simplify --- corfu.el | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/corfu.el b/corfu.el index 2fe8f35..4417154 100644 --- a/corfu.el +++ b/corf