[nongnu] elpa/ws-butler 9cff8eb0c7: Add a comment about define-globalized-minor-mode's :predicate param

2025-02-20 Thread Sean Whitton
branch: elpa/ws-butler commit 9cff8eb0c7ed12146ce58e62ba2c8b5b218539e6 Author: Sean Whitton Commit: Sean Whitton Add a comment about define-globalized-minor-mode's :predicate param --- ws-butler.el | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ws-butl

[nongnu] elpa/beancount updated (452621fa1f -> ddd4b87257)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/beancount. from 452621fa1f Fix the output expected from Fava on startup new f287a7ffa4 Fix flag regex; add function to set flag new ddd4b87257 Allow single-letter subaccount names. Ignore Emacs backup files. Summary of changes: .gi

[nongnu] elpa/beancount ddd4b87257 2/2: Allow single-letter subaccount names. Ignore Emacs backup files.

2025-02-20 Thread ELPA Syncer
branch: elpa/beancount commit ddd4b8725703cf17a665b56cc26a3f9f95642424 Author: Lover O'Bean Commit: Martin Blais Allow single-letter subaccount names. Ignore Emacs backup files. --- .gitignore | 1 + beancount.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitig

[nongnu] elpa/beancount f287a7ffa4 1/2: Fix flag regex; add function to set flag

2025-02-20 Thread ELPA Syncer
branch: elpa/beancount commit f287a7ffa4553519111d4c80efc5125359761507 Author: Lover O'Bean Commit: Martin Blais Fix flag regex; add function to set flag --- beancount.el | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/beancount.el b/beancount.el index

[elpa] externals/ellama e308515eec 4/4: Merge pull request #230 from s-kostyaev/fix-auto-scroll

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit e308515eec5ad5e239e2e23f3dfeb0794e4528c6 Merge: 231c2600a5 15adebe14a Author: Sergey Kostyaev Commit: GitHub Merge pull request #230 from s-kostyaev/fix-auto-scroll Refactor scrolling logic in ellama.el --- NEWS.org | 4 +++ ellama.el | 109 ++

[elpa] externals/ellama 92d267fcc5 2/4: Implement auto-scroll across all buffers

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit 92d267fcc56728d6028a52da878c796e894b4c70 Author: Sergey Kostyaev Commit: Sergey Kostyaev Implement auto-scroll across all buffers Ensure that the auto-scroll functionality works for all buffers, not just the chat buffer. --- ellama.el | 96 ++

[elpa] externals/ellama e8f10023ec 1/4: Refactor scrolling logic in ellama.el

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit e8f10023ec549dff76e7e9419e10a47710949e93 Author: Sergey Kostyaev Commit: Sergey Kostyaev Refactor scrolling logic in ellama.el Refactored the scrolling logic into a separate function `ellama--scroll` to improve code organization and readability. T

[elpa] externals/ellama updated (231c2600a5 -> e308515eec)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 231c2600a5 Bump version new e8f10023ec Refactor scrolling logic in ellama.el new 92d267fcc5 Implement auto-scroll across all buffers new 15adebe14a Bump version new e308515eec Merge pull request #230 f

[elpa] externals/ellama 15adebe14a 3/4: Bump version

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit 15adebe14a0a8779946de4fc42a10b892543e2fe Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 4 ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index bcbc9aa2aa..04f19be19e 1006

[nongnu] elpa/treesit-fold 4fda869664 2/2: style: Reorder Python's parser rules

2025-02-20 Thread ELPA Syncer
branch: elpa/treesit-fold commit 4fda86966424ae0e8f8c61a39eee18150afa1d0a Author: Jen-Chieh Shen Commit: GitHub style: Reorder Python's parser rules --- treesit-fold-parsers.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/treesit-fold-parsers.el b/treesit-f

[nongnu] elpa/treesit-fold 8ea716f620 1/2: Add support for folding imports in python (#27)

2025-02-20 Thread ELPA Syncer
branch: elpa/treesit-fold commit 8ea716f6208312cc270310a2cc13b502d3d5eadd Author: skittishdev <42278215+skittish...@users.noreply.github.com> Commit: GitHub Add support for folding imports in python (#27) * Add support for folding imports in python Based on node names here:

[nongnu] elpa/treesit-fold updated (8969ff883d -> 4fda869664)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/treesit-fold. from 8969ff883d docs: Add NonGNU ELPA badge new 8ea716f620 Add support for folding imports in python (#27) new 4fda869664 style: Reorder Python's parser rules Summary of changes: treesit-fold-parsers.el | 5 - 1 fi

[elpa] externals/ellama 1d0da91105 3/5: Improve ellama installation and configuration

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit 1d0da9110546fb8e415462691ee9d1008203914d Author: Sergey Kostyaev Commit: Sergey Kostyaev Improve ellama installation and configuration Updated the README.org file to provide clearer instructions on installing and configuring the ellama package. Th

[elpa] externals/ellama 1dc50acd2f 2/5: Update coding guidelines

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit 1dc50acd2fe90facee68f833165b1625e9db3749 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update coding guidelines Added new rules for function docstrings: - Arguments in docstrings should be uppercased. - Multiple sentences in a single line

[elpa] externals/ellama updated (d6cdcbcf69 -> 231c2600a5)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from d6cdcbcf69 Fix org to markdown conversion with broken links new f36cf928e4 Refactor marker setting logic new 1dc50acd2f Update coding guidelines new 1d0da91105 Improve ellama installation and configuration

[elpa] externals/ellama f36cf928e4 1/5: Refactor marker setting logic

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit f36cf928e435f639bc9c36eb1e30c2dacacfd810 Author: Sergey Kostyaev Commit: Sergey Kostyaev Refactor marker setting logic Introduced a new function `ellama-set-markers` to encapsulate the logic for setting markers. This refactoring improves code read

[elpa] externals/ellama 231c2600a5 5/5: Bump version

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit 231c2600a5164ece34b65f2c3aa97c577f1227eb Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 4 ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 60e4276003..bcbc9aa2aa 1006

[elpa] externals/ellama a630643fe9 4/5: Merge pull request #226 from s-kostyaev/refactoring

2025-02-20 Thread ELPA Syncer
branch: externals/ellama commit a630643fe9b722ca78324b0f7b817680d5b4409d Merge: d6cdcbcf69 1d0da91105 Author: Sergey Kostyaev Commit: GitHub Merge pull request #226 from s-kostyaev/refactoring Remove default ellama provider and make it work with zero configuration --- README.org

[nongnu] elpa/helm 3b41395fd0: Ensure we are in minibuffer when we reuse its prompt

2025-02-20 Thread ELPA Syncer
branch: elpa/helm commit 3b41395fd0a8771a76c109a402872144f6d92f8a Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure we are in minibuffer when we reuse its prompt --- helm-mode.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.e

[nongnu] main e867bf7d9c: * elpa-packages (afternoon-theme, dart-mode): Update URLs

2025-02-20 Thread Jonas Bernoulli via
branch: main commit e867bf7d9c559ce636516507a04dee244e9e100d Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (afternoon-theme, dart-mode): Update URLs The old URLs redirect to the new. --- elpa-packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[elpa] main updated (d488b2f283 -> b707ab9b38)

2025-02-20 Thread Jonas Bernoulli via
tarsius pushed a change to branch main. from d488b2f283 ; README: Minor clarification. new e2b7c5b58a * elpa-packages (darkroom, mmm-mode, yasnippet): Update URLs new b707ab9b38 * elpa-packages (ztree): Update URL Summary of changes: elpa-packages | 8 1 file ch

[elpa] main b707ab9b38 2/2: * elpa-packages (ztree): Update URL

2025-02-20 Thread Jonas Bernoulli via
branch: main commit b707ab9b38f3fa9ab4a2ca92c627c0abe09ca004 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (ztree): Update URL The old repository points the user at the new. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa

[elpa] main e2b7c5b58a 1/2: * elpa-packages (darkroom, mmm-mode, yasnippet): Update URLs

2025-02-20 Thread Jonas Bernoulli via
branch: main commit e2b7c5b58a26e10c13dc5a6c0d538059bfb6efb9 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (darkroom, mmm-mode, yasnippet): Update URLs The old URLs redirect to the new. --- elpa-packages | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[nongnu] elpa/emacsql c423d63313 4/5: Fix embedded library name

2025-02-20 Thread ELPA Syncer
branch: elpa/emacsql commit c423d633139b50c555fcc490f3d8dc1fd695e796 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix embedded library name --- emacsql-compiler.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql-compiler.el b/emacsql-compiler.el index 64e7

[nongnu] elpa/emacsql 48cbd1600b 5/5: Add library commentary

2025-02-20 Thread ELPA Syncer
branch: elpa/emacsql commit 48cbd1600b932ba0f7ecfcae3404d47c3685f721 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add library commentary --- emacsql-compiler.el | 4 1 file changed, 4 insertions(+) diff --git a/emacsql-compiler.el b/emacsql-compiler.el index 3c1ab37c65..f75b12877e

[nongnu] elpa/emacsql 8c5dfc39c5 2/5: Do not end errors with periods

2025-02-20 Thread ELPA Syncer
branch: elpa/emacsql commit 8c5dfc39c52131c547270a84bdc399c6b236a94b Author: Jonas Bernoulli Commit: Jonas Bernoulli Do not end errors with periods --- emacsql-compiler.el | 2 +- emacsql.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql-compiler.el

[nongnu] elpa/emacsql b868ee6bda 1/5: Use two spaces after periods

2025-02-20 Thread ELPA Syncer
branch: elpa/emacsql commit b868ee6bda90022379730432610f040c62882064 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use two spaces after periods --- emacsql-compiler.el | 8 emacsql-sqlite-builtin.el | 2 +- emacsql-sqlite-module.el | 2 +- emacsql.el| 16

[nongnu] elpa/emacsql updated (d6529f010a -> 48cbd1600b)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/emacsql. from d6529f010a Release version 4.1.0 new b868ee6bda Use two spaces after periods new 8c5dfc39c5 Do not end errors with periods new 0e004d9773 Quote paren at beginning of line new c423d63313 Fix embedded librar

[nongnu] elpa/emacsql 0e004d9773 3/5: Quote paren at beginning of line

2025-02-20 Thread ELPA Syncer
branch: elpa/emacsql commit 0e004d977369542732283c53f24ecf5492ef5a3f Author: Jonas Bernoulli Commit: Jonas Bernoulli Quote paren at beginning of line --- emacsql-compiler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql-compiler.el b/emacsql-compiler.el index d

[elpa] externals/fontaine c1b8255caf 1/2: Remove references to Iosevka Comfy and use Aporetic instead

2025-02-20 Thread ELPA Syncer
branch: externals/fontaine commit c1b8255cafa021f7a05c1b962f8da059b1a5e099 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove references to Iosevka Comfy and use Aporetic instead It is my new font project and the successor to my Iosevka Comfy:

[nongnu] elpa/radio 6521a7b827: radio.el: fix minor style issue

2025-02-20 Thread ELPA Syncer
branch: elpa/radio commit 6521a7b8270d756bc1cc23abcc07958c95859130 Author: Roi Martin Commit: Roi Martin radio.el: fix minor style issue --- radio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.el b/radio.el index 6a50aa278a..18dbe741c9 100644 --- a/radio.el ++

[nongnu] elpa/dirvish 063a439c63: refactor: expunge `dirvish--this` | `dv-scopes` | `this-command`

2025-02-20 Thread ELPA Syncer
branch: elpa/dirvish commit 063a439c63e0068a02cb15ea1e249df2c920961c Author: Alex Lu Commit: Alex Lu refactor: expunge `dirvish--this` | `dv-scopes` | `this-command` The original purpose of `dirvish--this` was to enable `dired-noselect` to correctly identify its associated Dirvi

[elpa] externals/fontaine updated (d095995565 -> fe78a2be64)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/fontaine. from d095995565 Only style a face if at least one of its attributes is non-nil new c1b8255caf Remove references to Iosevka Comfy and use Aporetic instead new fe78a2be64 Update to Fontaine version 3.0.0 Summary of cha

[elpa] externals/fontaine fe78a2be64 2/2: Update to Fontaine version 3.0.0

2025-02-20 Thread ELPA Syncer
branch: externals/fontaine commit fe78a2be64b09f55748fa0c6e62d59e787b761b4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to Fontaine version 3.0.0 --- CHANGELOG.org | 86 +++ README.org| 18 ++--- fontaine.

[elpa] externals/hyperbole 1e48b3a0be 1/8: hyrolo.el - Return default hyrolo file if none set

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit 1e48b3a0be724ee4d7ab356f7b95e663b648c38b Author: bw Commit: bw hyrolo.el - Return default hyrolo file if none set Fixes gh#rswgnu/hyperbole/672 and Emacs bug#76424. --- ChangeLog | 7 +++ hyrolo.el | 22 -- 2 files changed

[elpa] externals/modus-themes 63ab46d7ee 1/2: Cover the new transient faces

2025-02-20 Thread ELPA Syncer
branch: externals/modus-themes commit 63ab46d7eecf3a2ed36009afd68c85f56010b3e2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Cover the new transient faces --- modus-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 3772c0fbcc..

[elpa] externals/modus-themes f3cd4d6983 2/2: Merge branch 'main' of github.com:protesilaos/modus-themes

2025-02-20 Thread ELPA Syncer
branch: externals/modus-themes commit f3cd4d6983566dab0ef3bcddf812cfd565d00d08 Merge: 63ab46d7ee ab56e2888b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'main' of github.com:protesilaos/modus-themes --- modus-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 del

[elpa] externals/hyperbole ef7a8355e1 6/8: hyrolo-expand-path-list - Fix to always include a default file name

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit ef7a8355e1909d5a23fe783dd1e87ce7ed1605dc Author: bw Commit: bw hyrolo-expand-path-list - Fix to always include a default file name --- ChangeLog | 3 +++ hyrolo.el | 20 +++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/

[elpa] externals/hyperbole updated (b4cc99649b -> f44525349c)

2025-02-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from b4cc99649b Merge pull request #668 from rswgnu/rsw new 1e48b3a0be hyrolo.el - Return default hyrolo file if none set new 27b4413d58 hyrolo-test--expand-path-list): Expand matching filename. new 6abf263d30 M

[elpa] externals/hyperbole 27b4413d58 3/8: hyrolo-test--expand-path-list): Expand matching filename.

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit 27b4413d5873e3ff3eb56f18f4982df447349a03 Author: bw Commit: bw hyrolo-test--expand-path-list): Expand matching filename. --- ChangeLog| 3 +++ test/hyrolo-tests.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Change

[elpa] externals/hyperbole f44525349c 8/8: Merge pull request #673 from rswgnu/rsw

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit f44525349c8672bad11f176c63adf076ec78c90b Merge: b4cc99649b 99289aeb38 Author: Robert Weiner Commit: GitHub Merge pull request #673 from rswgnu/rsw hyrolo.el - Return default hyrolo file if none set --- ChangeLog| 13 + hyro

[elpa] externals/hyperbole 99289aeb38 7/8: hyrolo-expand-path-list - Fix to fully expand default-file

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit 99289aeb387fdc636ed264d150a23c495d4231b9 Author: bw Commit: bw hyrolo-expand-path-list - Fix to fully expand default-file --- hyrolo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyrolo.el b/hyrolo.el index f53dfbfc88..8a692451

[elpa] externals/hyperbole 6abf263d30 4/8: Merge branch 'master' into rsw

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit 6abf263d30cb7d7f2b78e3f2882ea7e6c8e5cd6f Merge: 27b4413d58 b4cc99649b Author: bw Commit: bw Merge branch 'master' into rsw

[elpa] externals/hyperbole 8c5f072c8a 2/8: Merge branch 'master' into rsw

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit 8c5f072c8abe8c0e5eee0f0c56892dbab458e4f6 Merge: 1e48b3a0be b4cc99649b Author: Robert Weiner Commit: GitHub Merge branch 'master' into rsw

[elpa] externals/hyperbole f979e5d878 5/8: Merge branch 'rsw' of github.com:rswgnu/hyperbole into rsw

2025-02-20 Thread ELPA Syncer
branch: externals/hyperbole commit f979e5d8787ccafc14607fbd8e6ba4961f601e44 Merge: 6abf263d30 8c5f072c8a Author: bw Commit: bw Merge branch 'rsw' of github.com:rswgnu/hyperbole into rsw

[elpa] externals/ef-themes 3dd2f8fb42 2/2: Merge branch 'main' of github.com:protesilaos/ef-themes

2025-02-20 Thread ELPA Syncer
branch: externals/ef-themes commit 3dd2f8fb425abdcbeb5e4b648fc48dbd508648eb Merge: 295982164c 7a1933c03a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'main' of github.com:protesilaos/ef-themes --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[elpa] externals/ef-themes 295982164c 1/2: Cover the new transient faces

2025-02-20 Thread ELPA Syncer
branch: externals/ef-themes commit 295982164ce0c359ac4e0be44d7f6ef472177d35 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Cover the new transient faces --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index c20e6fbcf3..9fb040a6a9 1