[nongnu] elpa/evil-args 2671071a4a 27/27: Bump version to 1.1

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 2671071a4a57eaee7cc8c27b9e4b6fc60fd2ccd3 Author: Stefan Kangas Commit: wcsmith Bump version to 1.1 --- evil-args.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-args.el b/evil-args.el index ec346f2ed9..dbe682e429 100644 --- a/evil-ar

[nongnu] elpa/evil-args 3558f15d0b 24/27: Update README.md

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 3558f15d0b6a88c44e90f2f2dfa304ed6051ee45 Author: Edmund Miller Commit: GitHub Update README.md Fixed some headings --- README.md | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae6404d90b..d7

[nongnu] elpa/evil-args 1d3ae8b93e 16/27: Added text objects to autoload.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 1d3ae8b93e195326f371caf378acce2a175589ca Author: wcsmith Commit: wcsmith Added text objects to autoload. --- evil-args.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evil-args.el b/evil-args.el index 17b886b47d..1fda382bef 100644 --- a/evil-args.el ++

[nongnu] elpa/evil-args b4c68bfb45 25/27: Merge pull request #8 from Emiller88/patch-1

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit b4c68bfb458210bbe0b7f35951400920b06f2285 Merge: 2a88b4d199 3558f15d0b Author: wcsmith Commit: GitHub Merge pull request #8 from Emiller88/patch-1 Update README.md --- README.md | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --

[nongnu] elpa/evil-args 43c7fea7ee 19/27: Bugfix for evil-jump-out-args.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 43c7fea7ee6f680358195108cb90b777f9cbf1cd Author: wcsmith Commit: wcsmith Bugfix for evil-jump-out-args. --- evil-args.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-args.el b/evil-args.el index 84a93aaf0c..3613d05a38 100644 --- a/ev

[nongnu] elpa/evil-args c9c40dc094 15/27: Fixed autoload typo.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit c9c40dc0944ab1c19dda9829b3fae3f0f8d38064 Author: wcsmith Commit: wcsmith Fixed autoload typo. --- evil-args.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/evil-args.el b/evil-args.el index 1b69a80212..17b886b47d 100644 --- a/

[nongnu] elpa/evil-args 758ad5ae54 26/27: Honor count argument for text objects.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 758ad5ae54ad34202064fec192c88151c08cb387 Author: Connor Smith Commit: Connor Smith Honor count argument for text objects. E.g. 2daa will transform: func(a, |b, c, d) to: func(a, |d) --- evil-args.el | 4 ++-- 1 file changed,

[nongnu] elpa/evil-args 1a0bb0e373 13/27: Added evil-args to evil customize group.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 1a0bb0e373ef1bc76b710144a6ae29bedf8d2a48 Author: wcsmith Commit: wcsmith Added evil-args to evil customize group. --- evil-args.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evil-args.el b/evil-args.el index fd2c88ea0f..db1ab52f15 100

[nongnu] elpa/evil-args 916f1bc81b 05/27: Enabled customization of openers/closers/delimiters.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 916f1bc81b437a9fae2064a07ca53d3af3bb1bde Author: wcsmith Commit: wcsmith Enabled customization of openers/closers/delimiters. --- evil-args.el | 122 +++ 1 file changed, 72 insertions(+), 50 deletions(-)

[nongnu] elpa/evil-args b554f83a31 22/27: Merge pull request #3 from purcell/patch-1

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit b554f83a31dd47cac9799725f379675f54ed0a6a Merge: b4336c2317 36ba8acc97 Author: wcsmith Commit: wcsmith Merge pull request #3 from purcell/patch-1 Add missing colon in Package-Requires header --- evil-args.el | 2 +- 1 file changed, 1 insertion(+), 1 del

[nongnu] elpa/evil-args 07d5f33908 14/27: Added autoloads.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 07d5f33908cefef76d32fae6de35084af5d2b40f Author: wcsmith Commit: wcsmith Added autoloads. --- evil-args.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/evil-args.el b/evil-args.el index db1ab52f15..1b69a80212 100644 --- a/evil-

[nongnu] elpa/evil-args c19bc8d7f7 04/27: Updated README.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit c19bc8d7f77bf76634a341eaf507e6e65c2c0247 Author: wcsmith Commit: wcsmith Updated README. --- README.md | 86 ++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md inde

[nongnu] elpa/evil-args d172084a20 12/27: README formatting.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit d172084a205b36af18d72da4b8c98c89cec02c17 Author: wcsmith Commit: wcsmith README formatting. --- README.md| 6 +++--- evil-args.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c128d57eaf..5ce4d0aeaf 100

[nongnu] elpa/evil-args b4336c2317 20/27: Autoload text object macros as functions.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit b4336c231700972a8c63f8b619f0f6d6fd602125 Author: wcsmith Commit: wcsmith Autoload text object macros as functions. --- evil-args.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evil-args.el b/evil-args.el index 3613d05a38..79bf8d1db4

[nongnu] elpa/evil-args 574f9a24a1 02/27: Added LICENSE.txt.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 574f9a24a1e33650a2432699113473b64b4b2992 Author: wcsmith Commit: wcsmith Added LICENSE.txt. --- LICENSE.txt | 21 + 1 file changed, 21 insertions(+) diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00..712a795923 --

[nongnu] elpa/evil-args 2a88b4d199 23/27: Add melpa instructions to README

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 2a88b4d19953a11227cc1e91973b92149116f44c Author: wcsmith Commit: wcsmith Add melpa instructions to README --- README.md | 54 +++--- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/README.md b/READ

[nongnu] elpa/evil-args 36ba8acc97 21/27: Add missing colon in Package-Requires header

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 36ba8acc975f89ba52ce62be2a30211a9b4010dd Author: Steve Purcell Commit: Steve Purcell Add missing colon in Package-Requires header --- evil-args.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-args.el b/evil-args.el index 79bf8d1db4..

[nongnu] elpa/evil-args b2bfdab464 18/27: Declare interactive commands as evil-motions separately from their definitions.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit b2bfdab464e5969df99b5632c2af7eda54d57553 Author: wcsmith Commit: wcsmith Declare interactive commands as evil-motions separately from their definitions. --- evil-args.el | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --

[nongnu] elpa/evil-args 95deed7093 11/27: Added default bindings for text objects.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 95deed7093458a73c9a51e9af9e8604dfd70d7b7 Author: wcsmith Commit: wcsmith Added default bindings for text objects. --- README.md| 11 +++ evil-args.el | 14 ++ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/RE

[nongnu] elpa/evil-args e851ac4570 09/27: Added more commentary to evil-args.el.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit e851ac457093d3e4e6761250ca0e156137108d1e Author: wcsmith Commit: wcsmith Added more commentary to evil-args.el. --- evil-args.el | 35 +-- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/evil-args.el b/evil-args.el

[nongnu] elpa/evil-args 46aab06c34 10/27: Added clearer language to keybinding documentation.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 46aab06c34349317e4ad7d981976a894133e4fcc Author: wcsmith Commit: wcsmith Added clearer language to keybinding documentation. --- README.md| 2 +- evil-args.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index

[nongnu] elpa/evil-args 8d03d9d54a 07/27: Added license and boilerplate to evil-args.el.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 8d03d9d54a83645cde9674fd82b2b7e86d822b9e Author: wcsmith Commit: wcsmith Added license and boilerplate to evil-args.el. --- evil-args.el | 29 + 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/evil-args.el b/evil-args.

[nongnu] elpa/evil-args 0ab683418c 17/27: Modified autoload structure for inclusion with MELPA.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 0ab683418c1fbc2574efc21077ffec205aad89f2 Author: wcsmith Commit: wcsmith Modified autoload structure for inclusion with MELPA. --- README.md| 13 + evil-args.el | 48 ++-- 2 files changed, 27 insertion

[nongnu] elpa/evil-args e904186006 06/27: Added customization section to README.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit e904186006dabe7689abbb35ec060845961da099 Author: wcsmith Commit: wcsmith Added customization section to README. --- README.md | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbb7ff5bd8..7d

[nongnu] elpa/evil-args edcae1a8d9 03/27: Added evil-args.el

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit edcae1a8d98c718675cfeeb9167f494c94b8d61f Author: wcsmith Commit: wcsmith Added evil-args.el --- evil-args.el | 155 +++ 1 file changed, 155 insertions(+) diff --git a/evil-args.el b/evil-args.el new file

[nongnu] elpa/evil-args 14de13714f 01/27: Initial commit.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit 14de13714f8e355847fa4c209561316ec33b9911 Author: wcsmith Commit: wcsmith Initial commit. --- README.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 00..1187157ba7 --- /dev/null +++ b/README.m

[nongnu] elpa/evil-args f4cd3b8d5c 08/27: Added motion-state binding suggestions to README.md.

2022-02-02 Thread ELPA Syncer
branch: elpa/evil-args commit f4cd3b8d5c9833733d202800b218a5b917eb346e Author: wcsmith Commit: wcsmith Added motion-state binding suggestions to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d2ef992c0..b2ca47c248 100644 --- a/RE

[nongnu] branch elpa/evil-args created (now 2671071a4a)

2022-02-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil-args. at 2671071a4a Bump version to 1.1 This branch includes the following new commits: new 14de13714f Initial commit. new 574f9a24a1 Added LICENSE.txt. new edcae1a8d9 Added evil-args.el new c19bc8d7f7 Updated

[nongnu] main 166402b0c1: * elpa-packages (evil-args): New package

2022-02-02 Thread Stefan Kangas
branch: main commit 166402b0c12d9fb548e2f4d334b62968dd0a0482 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (evil-args): New package --- elpa-packages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa-packages b/elpa-packages index b52c0e7e30..34f6f07d94 100644 --- a/

[nongnu] elpa/elpher 22649fd442 1/2: Updated installation instructions in README.

2022-02-02 Thread ELPA Syncer
branch: elpa/elpher commit 22649fd442d505af3367a6386fa7f0da9a82c9e8 Author: plugd Commit: plugd Updated installation instructions in README. --- README | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index d684b91995..6be2207c26 100644 ---

[nongnu] elpa/elpher 68388182b9 2/2: Prevent xterm-color ansi state from persisting across pages.

2022-02-02 Thread ELPA Syncer
branch: elpa/elpher commit 68388182b99d7e12ec649826cf0a8d167be57a88 Author: plugd Commit: plugd Prevent xterm-color ansi state from persisting across pages. --- elpher.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elpher.el b/elpher.el index a869b6a880..eb888b653

[nongnu] elpa/elpher updated (09f4d52c0f -> 68388182b9)

2022-02-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/elpher. from 09f4d52c0f Fixed issues flagged by flycheck. new 22649fd442 Updated installation instructions in README. new 68388182b9 Prevent xterm-color ansi state from persisting across pages. Summary of changes: README| 14 ++

[elpa] externals/dtache ecf4c57d96: Update dtache to version 0.5

2022-02-02 Thread ELPA Syncer
branch: externals/dtache commit ecf4c57d96eda400d9b2d5cfeaa9244993ae3603 Author: Niklas Eklund Commit: Niklas Eklund Update dtache to version 0.5 --- CHANGELOG.org | 4 +++- dtache.el | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org

[nongnu] elpa/rust-mode abfb3196cb 1/2: Mention how to turn off `electric-indent-mode`

2022-02-02 Thread ELPA Syncer
branch: elpa/rust-mode commit abfb3196cbb3f5307b6989657ddf5d93f7514297 Author: Christophe Troestler Commit: Christophe Troestler Mention how to turn off `electric-indent-mode` Fixes https://github.com/rust-lang/rust-mode/issues/437 --- README.md | 6 ++ 1 file changed, 6 insert

[nongnu] elpa/rust-mode 41a543b94e 2/2: Merge pull request #440 from Chris00/electric-indent

2022-02-02 Thread ELPA Syncer
branch: elpa/rust-mode commit 41a543b94ee4cbe13619c924e59d7388d3d94aa5 Merge: 2da2e7f08a abfb3196cb Author: brotzeit Commit: GitHub Merge pull request #440 from Chris00/electric-indent Mention how to turn off `electric-indent-mode` --- README.md | 6 ++ 1 file changed, 6 insert

[nongnu] elpa/evil 787455068f: Handle charwise >1 line deleting as linewise (#1578)

2022-02-02 Thread ELPA Syncer
branch: elpa/evil commit 787455068f56f29493cc1e33d4e5c2986ea25577 Author: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Commit: GitHub Handle charwise >1 line deleting as linewise (#1578) --- evil-commands.el | 66 evil-tests

[elpa] externals/dtache f1447b5655: Add projectile integration example to README

2022-02-02 Thread ELPA Syncer
branch: externals/dtache commit f1447b56550ff580d92f2e60cb838b4c6ca49db3 Author: Niklas Eklund Commit: Niklas Eklund Add projectile integration example to README Add example on how to integrate dtache with projectile. --- README.org | 76 +---

[nongnu] elpa/clojure-mode 913e2450a7: Move defvars out of eval-when-compile

2022-02-02 Thread ELPA Syncer
branch: elpa/clojure-mode commit 913e2450a77a6ddda051f55ac651c99337147db1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Move defvars out of eval-when-compile `defvar` (when given a single argument) is a compiler directive whose execution has no effect. The fact that i

[nongnu] main 4be7910c4f: * elpa-packages (arduino-mode): Remove dead URL

2022-02-02 Thread Stefan Monnier via
branch: main commit 4be7910c4f1f935720f615cfcfb7c8c9368bcad4 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (arduino-mode): Remove dead URL --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 21b72eb592..b5

[nongnu] elpa/elpher 954840cc53 1/2: Updated documentation for minor release.

2022-02-02 Thread ELPA Syncer
branch: elpa/elpher commit 954840cc5380bc15723bc60e385f2e65aa36bdf1 Author: plugd Commit: plugd Updated documentation for minor release. --- README| 47 ++--- config.mk | 2 +- elpher-pkg.el | 2 +- elpher.el | 26 +++- elpher.texi | 132 +

[elpa] main a1e2c8e57b: * elpa-packages (kiwix): Remove dead URL

2022-02-02 Thread Stefan Monnier via
branch: main commit a1e2c8e57b6c9cd830a104ffd961b9588504fa52 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (kiwix): Remove dead URL --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 271edd9ded..82a2ec907

[nongnu] elpa/elpher 09f4d52c0f 2/2: Fixed issues flagged by flycheck.

2022-02-02 Thread ELPA Syncer
branch: elpa/elpher commit 09f4d52c0f3ff9cdd4fbddbdc513c42f6650918a Author: plugd Commit: plugd Fixed issues flagged by flycheck. Issues included: 1. Missing documentation on elpher-build-current-imenu-index 2. Variable referenced out of scope in elpher-gemini-insert-link

[nongnu] elpa/elpher updated (dc2d321c50 -> 09f4d52c0f)

2022-02-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/elpher. from dc2d321c50 Allow xterm-color to modify properties (broken otherwise). new 954840cc53 Updated documentation for minor release. new 09f4d52c0f Fixed issues flagged by flycheck. Summary of changes: README| 47 +++

[nongnu] elpa/clojure-mode f8989ab615: Let the byte-compiler know about dynamic var

2022-02-02 Thread ELPA Syncer
branch: elpa/clojure-mode commit f8989ab615a171d8a62c1313ad0b63aff1a2cab9 Author: Magnar Sveen Commit: GitHub Let the byte-compiler know about dynamic var This should get rid of the warning in older emacsen. --- clojure-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/cl

[nongnu] elpa/clojure-mode 328fb6cdd3: Speed up threading fns by turning off blink delay

2022-02-02 Thread ELPA Syncer
branch: elpa/clojure-mode commit 328fb6cdd3ea861de210aab1d62e5bdd935105b9 Author: Magnar Sveen Commit: GitHub Speed up threading fns by turning off blink delay The `delete-pair` function in lisp.el will intentionally wait to show a blink. There's no need for that when running `cloj