[elpa] externals/ef-themes 7088b5c7f9 2/4: Add ef-trio-dark theme

2022-09-15 Thread ELPA Syncer
branch: externals/ef-themes commit 7088b5c7f909d0fee9c0094683478b27222ae50b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add ef-trio-dark theme --- ef-trio-dark-theme.el | 196 ++ 1 file changed, 196 insertions(+) diff --git a/ef-t

[elpa] externals/ef-themes ed0dcecbe0 3/4: Add ef-trio-light theme

2022-09-15 Thread ELPA Syncer
branch: externals/ef-themes commit ed0dcecbe056122d8c5b5a1d1c5cdfb95c0d36f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add ef-trio-light theme --- ef-trio-light-theme.el | 196 + 1 file changed, 196 insertions(+) diff --git a/ef-

[elpa] externals/ef-themes ec654061a4 4/4: Update contrast tables per ed0dcec, 7088b5c

2022-09-15 Thread ELPA Syncer
branch: externals/ef-themes commit ec654061a4b962961ab25009e6ad3b9bef2f2137 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update contrast tables per ed0dcec, 7088b5c --- contrast-ratios.org | 106 1 file changed, 106 insertions(

[elpa] externals/ef-themes 31e79dade5 1/4: Clarify use of ef-themes-select in user init

2022-09-15 Thread ELPA Syncer
branch: externals/ef-themes commit 31e79dade5e105fd71b38ae9e92437471f1e2b25 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify use of ef-themes-select in user init --- README.org | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.

[elpa] externals/ef-themes updated (039d265909 -> ec654061a4)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from 039d265909 Fix typo in comment new 31e79dade5 Clarify use of ef-themes-select in user init new 7088b5c7f9 Add ef-trio-dark theme new ed0dcecbe0 Add ef-trio-light theme new ec654061a4 Update contrast

[elpa] externals/org 8cc821bda2 2/2: org-agenda-get-sexps: Query headline at point once in skip function

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 8cc821bda2e400a7705ee304c44bd108139afaf5 Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-get-sexps: Query headline at point once in skip function * lisp/org-agenda.el (org-agenda-get-sexps): Provide headline at point for `org-agenda-skip'. -

[elpa] externals/org 1de67d0b41 1/2: org-element--cache-sync: Quit early when no cache requests are queued

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 1de67d0b41488d49072ffb5cd9e171fca8fea600 Author: Ihor Radchenko Commit: Ihor Radchenko org-element--cache-sync: Quit early when no cache requests are queued * lisp/org-element.el (org-element--cache-sync): Check `org-element--cache-sync-requests' val

[elpa] externals/org updated (6d8d7fba61 -> 8cc821bda2)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 6d8d7fba61 ol.el: Mention that `org-insert-link' may edit existing link new 1de67d0b41 org-element--cache-sync: Quit early when no cache requests are queued new 8cc821bda2 org-agenda-get-sexps: Query headline at point

[elpa] externals/org updated (2d38026581 -> 6d8d7fba61)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 2d38026581 Do not assert Org version in root Org libraries new 1a5e3f931c testing: Make all files use `lexical-binding` new 17b51973bd * lisp/org.el (org-log-beginning): Fix parens new 6074a22bcb testing: Address

[elpa] externals/org 17b51973bd 2/6: * lisp/org.el (org-log-beginning): Fix parens

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 17b51973bd17f26b4dfa0a5d5f198c7e1c8461dd Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org.el (org-log-beginning): Fix parens --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index bd5a013195.

[elpa] externals/org 69b36beac7 5/6: ol.el: Always prompt for description in `org-insert-link'

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 69b36beac790bad95fdd9ce4a7bcfbbb46d39c64 Author: Max Nikulin Commit: Ihor Radchenko ol.el: Always prompt for description in `org-insert-link' * lisp/ol.el (org-insert-link): Do not bypass code trying to generated description and prompt user when link

[elpa] externals/org 1a5e3f931c 1/6: testing: Make all files use `lexical-binding`

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 1a5e3f931c9bbefaefafd4cdcc5f0dfcd1c97769 Author: Stefan Monnier Commit: Ihor Radchenko testing: Make all files use `lexical-binding` Mainly, add the corresponding cookie, but also add various `require`s so that the compiler knows which vars should be

[elpa] externals/org e3348ccc03 4/6: org-batch-test-init: Remove dead code

2022-09-15 Thread ELPA Syncer
branch: externals/org commit e3348ccc03b0aa3e8f8b3d0837b91f8285fe161a Author: Ihor Radchenko Commit: Ihor Radchenko org-batch-test-init: Remove dead code * testing/org-batch-test-init.el (lambda): Remove the code that has never been working. One could still rewrite the code usi

[elpa] externals/org 6d8d7fba61 6/6: ol.el: Mention that `org-insert-link' may edit existing link

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 6d8d7fba61652434764c9906df69db373ff4f7f6 Author: Max Nikulin Commit: Ihor Radchenko ol.el: Mention that `org-insert-link' may edit existing link * lisp/ol.el (org-insert-link): Add completion by description and edit link features to the docstring. --

[elpa] externals/org 6074a22bcb 3/6: testing: Address FIXMEs identified in 1a5e3f931

2022-09-15 Thread ELPA Syncer
branch: externals/org commit 6074a22bcb25593bd7644b2695d38f8b41200463 Author: Ihor Radchenko Commit: Ihor Radchenko testing: Address FIXMEs identified in 1a5e3f931 * testing/lisp/test-ob.el (test-ob/blocks-with-spaces): (test-ob/specific-colnames): * testing/lisp/test-oc.el

[elpa] externals/ement 5d32869a34 2/3: Docs: Tidy

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 5d32869a3422d4df34280b7615e7e85ccb1b6677 Author: Adam Porter Commit: Adam Porter Docs: Tidy --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 38c6e0e60b..4655a9532b 100644 --- a/README.org +++ b/RE

[elpa] externals/ement 345bf71766 1/3: Change/Fix: (ement--room-unread-p) Ignore non-message events

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 345bf7176621980a16979ca122699b9dcdc8fcce Author: Adam Porter Commit: Adam Porter Change/Fix: (ement--room-unread-p) Ignore non-message events Fixes #97. Thanks to Julien Roy (@MrRoy) for reporting and testing. --- README.org | 1 + ement-lib.el |

[elpa] externals/ement 75441f919b 3/3: Docs: Tidy

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 75441f919be9df511a0321ce92624ffca04373e4 Author: Adam Porter Commit: Adam Porter Docs: Tidy --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4655a9532b..5c7e8c2e88 100644 --- a/README.org +++ b/RE

[elpa] externals/ement updated (ddd31da32e -> 75441f919b)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from ddd31da32e Tidy: Docstring new 345bf71766 Change/Fix: (ement--room-unread-p) Ignore non-message events new 5d32869a34 Docs: Tidy new 75441f919b Docs: Tidy Summary of changes: README.org | 3 ++- ement-li

[elpa] externals/ement updated (04d2b60d79 -> ddd31da32e)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 04d2b60d79 Change/Fix: (ement-room-browse-url) Room-only links new f792af5dd9 Change/Fix: Read receipts new 9ce8fd5e77 Docs: Tidy new 910e8f3168 Tidy: Compiler warning new ddd31da32e Tidy: Docstring S

[elpa] externals/ement f792af5dd9 1/4: Change/Fix: Read receipts

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit f792af5dd9f86c965ad813ea408cebf6d1b83ee9 Author: Adam Porter Commit: Adam Porter Change/Fix: Read receipts Squashed commit of the following: commit ccc54b7910228495983d9ffc8e7b491baafead62 Author: Adam Porter Date: Thu Sep 15 16:21:

[elpa] externals/ement ddd31da32e 4/4: Tidy: Docstring

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit ddd31da32e4c3a8e711b4093c33bbfaf453b5ae2 Author: Adam Porter Commit: Adam Porter Tidy: Docstring --- ement-room.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ement-room.el b/ement-room.el index 21ffadc016..7641a33c85 100644 --- a/eme

[elpa] externals/ement 9ce8fd5e77 2/4: Docs: Tidy

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 9ce8fd5e77982e1bbee455cd688d8528abcf6e16 Author: Adam Porter Commit: Adam Porter Docs: Tidy --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 9604bdec80..6cf0117ba1 100644 --- a/README.org +++ b

[elpa] externals/ement 910e8f3168 3/4: Tidy: Compiler warning

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 910e8f3168cff71c4fcf4c6e2c4b5e3e73c7393f Author: Adam Porter Commit: Adam Porter Tidy: Compiler warning --- ement-lib.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ement-lib.el b/ement-lib.el index 606cc58088..9b07804852 100644 --- a/ement-lib.el +++

[elpa] scratch/ess f45542e723: Fix up copyright notices for GNU ELPA

2022-09-15 Thread Stefan Monnier via
branch: scratch/ess commit f45542e723d7415f5e22bcf39f25e31d055d168c Author: Stefan Monnier Commit: Stefan Monnier Fix up copyright notices for GNU ELPA Includes a few other minor changes, the most important of which is moving a macro to fix a miscompilation. * .gitigno

[elpa] branch scratch/ess created (now f45542e723)

2022-09-15 Thread Stefan Monnier via
monnier pushed a change to branch scratch/ess. at f45542e723 Fix up copyright notices for GNU ELPA This branch includes the following new commits: new f45542e723 Fix up copyright notices for GNU ELPA

[elpa] main 490f4f6d48: * elpa-packages (ess): New package

2022-09-15 Thread Stefan Monnier via
branch: main commit 490f4f6d48a3a7fbc3614bebee97c0ce6ce8e718 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (ess): New package --- elpa-packages | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 014ca6462d..4f221ade5b

[elpa] elpa-admin c1025dad3c 2/2: Merge branch 'elpa-admin' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into elpa-admin

2022-09-15 Thread Stefan Monnier via
branch: elpa-admin commit c1025dad3c1f06098be6e7b3f11322cf11e56514 Merge: 500f66b16f 3ec53b8df7 Author: Stefan Monnier Commit: Stefan Monnier Merge branch 'elpa-admin' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into elpa-admin --- .dir-locals.el | 8 ++-- 1 file changed, 6 insertio

[elpa] elpa-admin 500f66b16f 1/2: Run makeinfo in the Texinfo file's directory

2022-09-15 Thread Stefan Monnier via
branch: elpa-admin commit 500f66b16ff50a5566884d6a1a228c240bfe0612 Author: Stefan Monnier Commit: Stefan Monnier Run makeinfo in the Texinfo file's directory This fixes the build of Texinfo file with `@include ../foo`, such as ESS's. * elpa-admin.el (elpaa--makeinfo): New f

[elpa] externals/org-modern updated (5c4daa238d -> 828cf100c6)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-modern. from 5c4daa238d Update agenda on theme change new 44bb8bbde4 Ensure that org-modern doesn't change modification status (Fix #95) new 246fb4cbe8 Better unfontify new 828cf100c6 face is already removed by font-

[elpa] externals/org-modern 828cf100c6 3/3: face is already removed by font-lock-default-unfontify-region

2022-09-15 Thread ELPA Syncer
branch: externals/org-modern commit 828cf100c62fc9dfb50152c192ac3a968c1b54bc Author: Daniel Mendler Commit: Daniel Mendler face is already removed by font-lock-default-unfontify-region --- org-modern.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-modern.el b/

[elpa] externals/org-modern 44bb8bbde4 1/3: Ensure that org-modern doesn't change modification status (Fix #95)

2022-09-15 Thread ELPA Syncer
branch: externals/org-modern commit 44bb8bbde451b498b7b7c264e4e2e6e7451b6324 Author: Daniel Mendler Commit: Daniel Mendler Ensure that org-modern doesn't change modification status (Fix #95) --- org-modern.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/org-m

[elpa] externals/org-modern 246fb4cbe8 2/3: Better unfontify

2022-09-15 Thread ELPA Syncer
branch: externals/org-modern commit 246fb4cbe887ca8f7e3898c21aa5f6836590f229 Author: Daniel Mendler Commit: Daniel Mendler Better unfontify --- org-modern.el | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/org-modern.el b/org-modern.el index

[nongnu] main 50a8788a8f: ; * elpa-config: Set indent-tabs-mode to nil.

2022-09-15 Thread Stefan Kangas
branch: main commit 50a8788a8f32f3447ac23746051c23ca4cb52216 Author: Stefan Kangas Commit: Stefan Kangas ; * elpa-config: Set indent-tabs-mode to nil. --- elpa-config | 4 1 file changed, 4 insertions(+) diff --git a/elpa-config b/elpa-config index 332263a74b..0e573d85b7 100644 --- a/

[elpa] elpa-admin 3ec53b8df7: * .dir-locals.el: Update to match emacs.git more closely.

2022-09-15 Thread Stefan Kangas
branch: elpa-admin commit 3ec53b8df712bb0c100a44f78d55b247ebb0b634 Author: Stefan Kangas Commit: Stefan Kangas * .dir-locals.el: Update to match emacs.git more closely. --- .dir-locals.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-local

[elpa] externals/org-modern 5c4daa238d: Update agenda on theme change

2022-09-15 Thread ELPA Syncer
branch: externals/org-modern commit 5c4daa238d5f3fd22fcea9ccabd8110e7b5c8813 Author: Daniel Mendler Commit: Daniel Mendler Update agenda on theme change --- org-modern.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-modern.el b/org-modern.el index e9bd1f9aab..40faa6f6cf 100644 --

[elpa] externals/ement 19d8d08621 1/4: Release: v0.1.4

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 19d8d086217281991d2a206a406514d3cf6ec734 Author: Adam Porter Commit: Adam Porter Release: v0.1.4 --- README.org | 2 +- ement.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 28002d4133..3eac6ecc39 10064

[elpa] externals/ement 04d2b60d79 4/4: Change/Fix: (ement-room-browse-url) Room-only links

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 04d2b60d794054dee280950451e5e677df2782d2 Author: Adam Porter Commit: Adam Porter Change/Fix: (ement-room-browse-url) Room-only links --- README.org| 3 ++- ement-room.el | 54 -- 2 files changed, 34 inse

[elpa] externals/ement updated (338b99b61e -> 04d2b60d79)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 338b99b61e Docs: Fix badge new 19d8d08621 Release: v0.1.4 new 3ed946e73b Meta: v0.2-pre new d44338e701 Add: (ement-room-join) THEN argument new 04d2b60d79 Change/Fix: (ement-room-browse-url) Room-only l

[elpa] externals/ement 3ed946e73b 2/4: Meta: v0.2-pre

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit 3ed946e73b4868e5aad92a05d523517cf0876efd Author: Adam Porter Commit: Adam Porter Meta: v0.2-pre --- README.org | 4 ement.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 3eac6ecc39..3973aa42db 10064

[elpa] externals/ement d44338e701 3/4: Add: (ement-room-join) THEN argument

2022-09-15 Thread ELPA Syncer
branch: externals/ement commit d44338e7012f3101d14c8ccd678b2ec6f91cda22 Author: Adam Porter Commit: Adam Porter Add: (ement-room-join) THEN argument --- ement-room.el | 41 - 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/ement-room.e

[elpa] externals/ef-themes 039d265909: Fix typo in comment

2022-09-15 Thread ELPA Syncer
branch: externals/ef-themes commit 039d2659094bc66fb1a6ed7f46525115c7c5457b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo in comment --- contrast-ratios.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrast-ratios.org b/contrast-ratios.org index

[elpa] externals/ivy 8f8c900f1e 2/2: Merge branch 'master' into externals/ivy

2022-09-15 Thread Basil L. Contovounesios
branch: externals/ivy commit 8f8c900f1ef6ede16a77b9152b7d9efc32a9a310 Merge: d9c2053316 011653a8c0 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy --- ivy-overlay.el | 39 ++- 1 file changed, 26 ins

[elpa] externals/ivy 011653a8c0 1/2: Document org-indent-mode workaround in ivy-overlay

2022-09-15 Thread Basil L. Contovounesios
branch: externals/ivy commit 011653a8c0572202603458fa90f337a419fb88a6 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Document org-indent-mode workaround in ivy-overlay For discussion, see: https://github.com/abo-abo/swiper/commit/ee7f7f8c79 * ivy-overla

[nongnu] elpa/php-mode 817ac846f1 2/2: Merge pull request #707 from emacs-php/refactor/test-magic-comparison

2022-09-15 Thread ELPA Syncer
branch: elpa/php-mode commit 817ac846f11d47760222702ca7b212049aa66be7 Merge: 6f9a471e5c 9aecbf035a Author: USAMI Kenta Commit: GitHub Merge pull request #707 from emacs-php/refactor/test-magic-comparison Refactor :magic test --- tests/php-mode-test.el | 33 ++---

[nongnu] elpa/php-mode 9aecbf035a 1/2: Refactor :magic test

2022-09-15 Thread ELPA Syncer
branch: elpa/php-mode commit 9aecbf035a42f8030c983dea7a0281b78d74ebb2 Author: USAMI Kenta Commit: USAMI Kenta Refactor :magic test --- tests/php-mode-test.el | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/tests/php-mode-test.el b/test

[elpa] externals/detached 77921c6cf4 1/2: Rework initialization and validation of sessions

2022-09-15 Thread ELPA Syncer
branch: externals/detached commit 77921c6cf4020a8062f9fd6cccda19bef51b2350 Author: Niklas Eklund Commit: Niklas Eklund Rework initialization and validation of sessions Improve the way detached initializes sessions in Emacs and the way it co-operates with other Emacsen. Validatio

[elpa] externals/detached 439cf1cf19 2/2: Fix shellcheck warning

2022-09-15 Thread ELPA Syncer
branch: externals/detached commit 439cf1cf1950c2a2794056303fe6b088651ff31f Author: Niklas Eklund Commit: Niklas Eklund Fix shellcheck warning --- build-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-package b/build-package index bafe70cf78..d9749c1519 1007

[elpa] externals/detached updated (ee0821fd97 -> 439cf1cf19)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/detached. from ee0821fd97 Move detached initialization to function new 77921c6cf4 Rework initialization and validation of sessions new 439cf1cf19 Fix shellcheck warning Summary of changes: CHANGELOG.org | 1 + build-p

[elpa] externals/spinner d4647ae87f 2/2: Merge pull request #28 from tarsiiformes/quote-quote

2022-09-15 Thread ELPA Syncer
branch: externals/spinner commit d4647ae87fb0cd24bc9081a3d287c860ff061c21 Merge: bca794fa6f 8480ca75e1 Author: Artur Malabarba <453029+malaba...@users.noreply.github.com> Commit: GitHub Merge pull request #28 from tarsiiformes/quote-quote Replace or quote certain single quotes in doc

[elpa] externals/spinner 8480ca75e1 1/2: Replace or quote certain single quotes in docstrings

2022-09-15 Thread ELPA Syncer
branch: externals/spinner commit 8480ca75e1ca5f0ca479965a48efcb011e68b434 Author: Jonas Bernoulli Commit: Jonas Bernoulli Replace or quote certain single quotes in docstrings The byte-compiler recently got more fussy about quotes. --- spinner.el | 4 ++-- 1 file changed, 2 insertio

[elpa] externals/denote 8ce221da71: Make denote-extract-keywords-from-path public

2022-09-15 Thread ELPA Syncer
branch: externals/denote commit 8ce221da71774f856951a89d5feed4eb9ed22dab Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-extract-keywords-from-path public We are working towards version 1.0.0. The idea is to provide functions that users/developers can rely o

[elpa] externals/setup updated (0b131facf9 -> d768687d78)

2022-09-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/setup. from 0b131facf9 Fix typo in the first README paragraph new 92b35d374f Make 'setup-bind' non-destructive new d768687d78 Bump version to 1.3.1 Summary of changes: setup.el | 54 ++---

[elpa] externals/setup d768687d78 2/2: Bump version to 1.3.1

2022-09-15 Thread ELPA Syncer
branch: externals/setup commit d768687d78a76ebe90a9eb824e98d7598655058e Author: Philip Kaludercic Commit: Philip Kaludercic Bump version to 1.3.1 --- setup.el | 36 +--- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/setup.el b/setup.el index

[elpa] externals/setup 92b35d374f 1/2: Make 'setup-bind' non-destructive

2022-09-15 Thread ELPA Syncer
branch: externals/setup commit 92b35d374f3dfed0ab3de1aaec818339336db8fc Author: Philip Kaludercic Commit: Philip Kaludercic Make 'setup-bind' non-destructive As discussed in [0], there appears to be a subtle bug in the previous implementation, whereas this non-destructive varian