branch: externals/debbugs
commit 32e1d6bc1ede861c94a18fdf3ee5b5e5970aa750
Author: Michael Albinus
Commit: Michael Albinus
Show stale marked bugs
* debbugs-gnu.el (debbugs-gnu-marked-stale): New defface.
(debbugs-gnu-show-reports, debbugs-gnu--update-tag-mark-face): Use it.
albinus pushed a change to branch externals/debbugs.
from 25d52f5f3b * debbugs-gnu.el (debbugs-gnu-mode-map): Fix menu item.
new 32e1d6bc1e Show stale marked bugs
new 17b933d6fa Release debbugs 0.36
Summary of changes:
debbugs-gnu.el | 15 ---
debbugs-ug.texi
branch: externals/debbugs
commit 17b933d6fa4cdb46eb7be70070b5e72baa145386
Author: Michael Albinus
Commit: Michael Albinus
Release debbugs 0.36
* debbugs.el: Bump version to 0.36.
---
debbugs.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs.el b/debbugs
branch: externals/ef-themes
commit 91f0303a1ce4b82da49d030fb6da75f0eae9493a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Review prose-verbatim hue in Elea variants
---
ef-elea-dark-theme.el | 2 +-
ef-elea-light-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
branch: elpa/sweeprolog
commit d757d274856b6fb598813cf20ebffbce0659ec2f
Author: Eshel Yaron
Commit: Eshel Yaron
ADDED: Persistent history for Sweep top-levels
This adds a new user option that controls the value of
'comint-input-ring-file-name' in Sweep top-level buffers.
branch: elpa/sweeprolog
commit 79d086d5456c17d5329cf3b9f999fc30392a49ee
Author: Eshel Yaron
Commit: Eshel Yaron
Use 'derived-mode-p' instead of checking 'major-mode' directly
* sweeprolog.el (sweeprolog-restart, sweeprolog-top-level-buffer)
(sweeprolog-top-level, sweeprolog-menu
elpasync pushed a change to branch elpa/sweeprolog.
from 60aff1c8d2 Announce recent changes in NEWS.org and bump version to
0.19.1
new 79d086d545 Use 'derived-mode-p' instead of checking 'major-mode'
directly
new d757d27485 ADDED: Persistent history for Sweep top-levels
branch: elpa/sweeprolog
commit 82b5e31aa3b742bfac1eba7b9995904f2b905f4e
Author: Eshel Yaron
Commit: Eshel Yaron
Announce recent changes in NEWS.org and bump version to 0.20.0
---
NEWS.org | 9 +
sweeprolog.el | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git
branch: elpa/sweeprolog
commit ec27eee5b9e4e4d5bff538b15d5b2c67d81d0ec4
Author: Eshel Yaron
Commit: Eshel Yaron
Improve documentation for persistent top-level history
---
README.org | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git
branch: externals/ef-themes
commit 949d4a39b661492a1f2bae5365035cbe96f31105
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-light: tweak red-faint, green-warmer
---
contrast-ratios.org| 4 ++--
ef-elea-light-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletion
branch: elpa/helm
commit 2b4ad903cd438cd5da3a214f484a0bafe1292e3b
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Allow using candidates-in-buffer with an alist
This was already possible by using a FCT, now it is possible to pass
directly an alist of candidates.
---
helm-co
branch: elpa/helm
commit e5c4288f40b0818b5309af6cf86b405111bab803
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Enhance helm-completing-read-default-1 by adding new optional args
Add :get-line slot to helm-comp-read.
Allow passing :get-line to helm-comp-read from
helm-com
branch: elpa/helm
commit f930dff6fe92045e245bca9e6509ca3da87c5feb
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Add a comp read handler for all-the-icons-insert
---
helm-mode.el | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/helm-mode.el b/helm-mo
elpasync pushed a change to branch elpa/helm.
from 1d97047c49 Remove Travis and Cask
new e5c4288f40 Enhance helm-completing-read-default-1 by adding new
optional args
new 2b4ad903cd Allow using candidates-in-buffer with an alist
new f930dff6fe Add a comp read handle
elpasync pushed a change to branch elpa/helm-core.
from 1d97047c49 Remove Travis and Cask
adds e5c4288f40 Enhance helm-completing-read-default-1 by adding new
optional args
adds 2b4ad903cd Allow using candidates-in-buffer with an alist
adds f930dff6fe Add a comp read h
branch: externals/realgud
commit 2c6a4797805d8633636fd68148dfb32fab65
Merge: aff03aeef1 7343f28cc2
Author: R. Bernstein
Commit: GitHub
Merge pull request #313 from yangyingchao/master
(gdb) use variable to hold commands to be executed after command buff…
---
realgud/debugger/gd
branch: externals/realgud
commit 7343f28cc25f5a64f77170dac0348f7a2a8a1f2e
Author: yangyingchao
Commit: yangyingchao
(gdb) use variable to hold commands to be executed after command buffer
setup
User can either bind this variable on the fly, or set it directly in the
init file.
branch: elpa/engine-mode
commit ded5f5ec1e8238f7f2b320c635e3c84b34c79607
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Ignore *.elc files
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00..c531d9867f
--- /d
elpasync pushed a change to branch elpa/engine-mode.
from 48bfa0ca3a Convert README: Markdown -> Org
new efdf06d90c Add melpazoid GitHub workflow
new 6df818c67a Resolve documentation-related linting errors
new 2963262d69 Prefix "private" functions with `engine--`
branch: elpa/engine-mode
commit 6df818c67a173e9c97eb5f2a598a52566864cff6
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Resolve documentation-related linting errors
- Modify text wrap width in commentary section
- Fix some `checkdoc` errors: shorten longer lines, use ALL-CA
branch: elpa/engine-mode
commit 116bd8927d553cb09916cde0c48fd8cb0c36ba17
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Add test stub with Makefile and GitHub action
To ensure the actions work, this also backfills some trivial tests for
`engine--function-name` and `engine--
branch: elpa/engine-mode
commit 2963262d69147fb2e08c19da2fb1d47fb0acd7ae
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Prefix "private" functions with `engine--`
...instead of `engine/`. We're moving toward a more conventional `-` and
`--`
prefix separator for functions,
branch: elpa/engine-mode
commit 67b68c1a2bff48bad2cc4722598da0f36e3866a9
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Bump version to 2.2.4
Since 2.2.3 we've renamed both the custom group and some "private"
functions.
This really shouldn't change anything for anyone, but
branch: elpa/engine-mode
commit f55acdfb7ea4f05f23177cc8b5ce6c20d23356e3
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Customization group: `engine-mode` -> `engine`
Best practice these days (per `package-lint`) seems to be to name
customization
groups without a `-mode` s
branch: elpa/engine-mode
commit efdf06d90cfb880d29ade4aeb246a4d8e03d3e45
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Add melpazoid GitHub workflow
For linting packages in MELPA.
However, this doesn't fail the *action*, even if linting fails.
`engine-mode`
has b
branch: elpa/engine-mode
commit 81d4ae1054dab2dbf81c1efbed50f27112dddbb1
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Explicitly depend on Emacs >= 24.3
---
.github/workflows/test.yml | 2 --
engine-mode.el | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --g
branch: externals/counsel
commit abb3049fd8d76acb97d17f5ab8edc48ea31de59d
Merge: 603c29c648 aa18c1f486
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Merge branch 'master' into externals/counsel
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
branch: externals/counsel
commit d28225e86f8dfb3825809ad287f759f95ee9e479
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Bump version to 0.14.0
* counsel.el:
* doc/ivy.org:
* ivy-avy.el:
* ivy-hydra.el:
* ivy.el:
* swiper.el: Bump version to 0.14
branch: externals/counsel
commit aa18c1f4861cef2ddcf0c70b6fd7edd93ae9c627
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
; * counsel.el: Fix file regexp.
This pacifies relint-directory.
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
blc pushed a change to branch externals/counsel.
from 603c29c648 * counsel.el: Bump version to 0.14.0 (#3001).
new d28225e86f Bump version to 0.14.0
new aa18c1f486 ; * counsel.el: Fix file regexp.
new abb3049fd8 Merge branch 'master' into externals/counsel
Summary
elpasync pushed a change to branch externals/kind-icon.
from f0e1daa419 Merge pull request #33 from mohkale/feat/blend-on-term
new e3eade50c1 Update README.md
new a649863e40 Update README.md
new 3fedd3054e Update README.md
Summary of changes:
README.md | 2 +-
1 f
branch: externals/kind-icon
commit a649863e40734bf18d543c5b186e8135f3f3efe6
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub
Update README.md
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a331efb84f..9
branch: externals/kind-icon
commit 3fedd3054e9148fc0a13a06b267351fce6a385b1
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9156573253..000
branch: externals/kind-icon
commit e3eade50c176e77505f69736230c8786318356e4
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub
Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 500a1b0f0b..a
branch: externals/nano-modeline
commit a18780c277838983932623870752f0adddef0345
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Minor bugfix for ELPA
---
nano-modeline.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/nano-modeline.el b/nano-modeline.el
index
branch: externals/svg-lib
commit b2a168482f85a308a4ab95c03e3c2bd71981e166
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Manual fix from PR#16 (to avoid conflicts)
---
svg-lib-demo.el | 2 +-
svg-lib.el | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/s
elpasync pushed a change to branch elpa/engine-mode.
from 81d4ae1054 Explicitly depend on Emacs >= 24.3
new 1c21b119e2 Backfill tests for most simple functions
new 687266bff4 Require Emacs >= 24.4
new 671a16bb53 Backfill test for :term-transformation-hook
Summary o
branch: elpa/engine-mode
commit 687266bff45cda00c1de57a22ad2b03de6823c28
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Require Emacs >= 24.4
It looks like the definition of `thing-at-point` changed between 24.3 and
24.4,
and I can't be bothered to figure out how to suppor
branch: elpa/engine-mode
commit 671a16bb530e00fd8fded26574ef4e936dc594d8
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Backfill test for :term-transformation-hook
---
engine-mode-test.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/engine-mode-test.el b/engine-mode
branch: elpa/engine-mode
commit 1c21b119e25682465fab47bb17a720c3d1943687
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Backfill tests for most simple functions
This also switches the testing framework to use buttercup, which provides
some
convenient tools for spying on fu
branch: externals/ef-themes
commit f02552fc6a35fcb1f405bbbaabe73d569fff650b
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-light: tweak green value
---
ef-elea-light-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-elea-light-theme.el b/ef-ele
elpasync pushed a change to branch externals/ef-themes.
from 949d4a39b6 ef-elea-light: tweak red-faint, green-warmer
new f02552fc6a ef-elea-light: tweak green value
new 9aace68db4 ef-elea-light: change shade of magenta for key bindings
new 3f5d332835 ef-elea-dark: ch
branch: externals/ef-themes
commit 9aace68db40a96c4e02b1d798a8e0b380e22634b
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-light: change shade of magenta for key bindings
---
ef-elea-light-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-elea-
branch: externals/ef-themes
commit 3f5d3328356a5e5786587d807bec3bd1722ec62c
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-dark: change shade of magenta for key bindings
---
ef-elea-dark-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-elea-da
branch: externals/emms
commit 9e08a4b081abcf18c375214a50ff47f8919f8ab1
Author: Yoni Rabkin
Commit: Yoni Rabkin
* emms-info-ogginfo.el: Do not write any tag-value pair over than 1k
Avoid writing a field such as "metadata_block_picture", which may have
a lot of data in it, and wil
branch: externals/hyperbole
commit 6e55a3e653d380450d2846a03e06a09e64fa9013
Author: Bob Weiner
Commit: Bob Weiner
Fix a outstanding bugs with Koutliner, paths, ibut creation
FAST-DEMO - Add video snippets of Hyperbole Overview talk so users
can see and hear about Hyperbole in co
branch: externals/hyperbole
commit 018a470368d20a45f03df39489b07053b8871459
Merge: 655df928af 6e55a3e653
Author: Robert Weiner
Commit: GitHub
Merge pull request #340 from rswgnu/rsw
Fix outstanding bugs with Koutliner, paths, ibut creation
---
ChangeLog | 50 ++
FAST-DEMO
branch: elpa/helm
commit 0d85fde7a3d4f72b4f23fa469c4f5ee8d409cdb7
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Prettify helm-mode-all-the-icons-handler
Align everything properly.
---
helm-mode.el | 22 +-
1 file changed, 17 insertions(+), 5 deletions(-)
elpasync pushed a change to branch elpa/helm.
from f930dff6fe Add a comp read handler for all-the-icons-insert
new 0d85fde7a3 Prettify helm-mode-all-the-icons-handler
new 305f4d3c89 Fix all-the-icons-insert handler when called with FAMILY
arg
Summary of changes:
helm-mod
elpasync pushed a change to branch elpa/helm-core.
from f930dff6fe Add a comp read handler for all-the-icons-insert
adds 0d85fde7a3 Prettify helm-mode-all-the-icons-handler
adds 305f4d3c89 Fix all-the-icons-insert handler when called with FAMILY
arg
No new revisions were add
branch: elpa/helm
commit 305f4d3c89c9a17f1a33eb23803a61e0c1123b79
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix all-the-icons-insert handler when called with FAMILY arg
This is the case for all the all-the-icons-insert-* functions.
---
helm-mode.el | 11 ---
1 fil
elpasync pushed a change to branch elpa/helm-core.
from 305f4d3c89 Fix all-the-icons-insert handler when called with FAMILY
arg
adds 21327f3e77 Fix source name with all-the-icons-insert- fns
No new revisions were added by this update.
Summary of changes:
helm-mode.el | 15 +++
branch: elpa/helm
commit 21327f3e7715a54b5ebcc497d5b62fd250085442
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix source name with all-the-icons-insert- fns
Use family as source name.
---
helm-mode.el | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
d
branch: elpa/engine-mode
commit 2a3ff7098896af86106adebb90a417924cce4c47
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Run CI tests on pushes to main
And include a tests badge in the README. :D
---
.github/workflows/test.yml | 6 +-
README.org | 1 +
2 fil
elpasync pushed a change to branch elpa/engine-mode.
from 671a16bb53 Backfill test for :term-transformation-hook
new a4355f29a1 Backfill tests for `:keybinding`
new 2a3ff70988 Run CI tests on pushes to main
Summary of changes:
.github/workflows/test.yml | 6 +++-
README.
branch: elpa/engine-mode
commit a4355f29a188dafc9b2aac9b096555fcbb64789f
Author: Harry R. Schwartz
Commit: Harry R. Schwartz
Backfill tests for `:keybinding`
This tests binding keys for:
- A single key with the default prefix,
- a single key with a custom prefix,
-
branch: scratch/hyperbole
commit 0bf8fd8eeea16012fcbee35a344203b4957f3c07
Author: Stefan Monnier
Commit: Stefan Monnier
Try and avoid using `hyperb:stack-frame`
Scanning the stack frame can be useful in some unusual cases, but
should be avoided when a straightforward let-binding
branch: scratch/hyperbole
commit 5206d3b3d48b72541aa07323a56bce0be095d3bb
Author: Stefan Monnier
Commit: Stefan Monnier
* hload-path.el (hyperb:dir): Use `macroexp-file-name`
---
hload-path.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hload-path.el b/hload-path.
branch: scratch/hyperbole
commit b5780234d975041c75cdddc2be8668b2ceac7a58
Author: Stefan Monnier
Commit: Stefan Monnier
* hversion.el (hyperb:path-being-loaded): Delete function
* hload-path.el (hyperb:dir): Don't use it as fallback because it's too
hackish and too rarely useful
branch: scratch/hyperbole
commit 63e463172e14f8db81f08d48ee76963392457fe9
Author: Stefan Monnier
Commit: Stefan Monnier
(kview:char-visible-p): Delete function
* kotl/kview.el (kview:first-invisible-point): Use `kview:char-invisible-p`.
(kview:char-visible-p): Delete function.
-
branch: scratch/hyperbole
commit 60cf4b3ab0ba7f73202c7f8f3ff8689c7af18218
Author: Stefan Monnier
Commit: Stefan Monnier
* hact.el: Fix broken lexical-binding cookie
---
hact.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hact.el b/hact.el
index 39e468c62d..3d215bea
monnier pushed a change to branch scratch/hyperbole.
was 4bdcd214e3 * hyrolo.el: A few cosmetic tweaks
This change permanently discards the following revisions:
discards 4bdcd214e3 * hyrolo.el: A few cosmetic tweaks
discards e2d8b5e555 Fix a few minor miscompilations and warnings
monnier pushed a change to branch scratch/hyperbole.
at a269d1536e * hversion.el: Add FIXMEs. (hyperb:window-sys-term):
Simplify since (string-match "[-_]" term) always returns nil here.
(hyperb:automount-prefixes): Remove unused var. (id-info-item): Remove unused
backslash.
This bran
branch: scratch/hyperbole
commit 02335b71bd7de365b2dcf5978f4fc9c9d2125729
Author: Stefan Monnier
Commit: Stefan Monnier
* hyrolo.el: A few cosmetic tweaks
This file suffers from a large number of warnings, some of them
correspond to real bugs. This patch does *not* fix them.
branch: scratch/hyperbole
commit a269d1536eb3ef29700b5609d48b898b824b0984
Author: Stefan Monnier
Commit: Stefan Monnier
* hversion.el: Add FIXMEs.
(hyperb:window-sys-term): Simplify since (string-match "[-_]" term)
always returns nil here.
(hyperb:automount-prefixes): Remove unus
branch: scratch/hyperbole
commit fd3f79a9ee64a48eee3cd7601013e02da17a12ce
Author: Stefan Monnier
Commit: Stefan Monnier
* hargs.el (hargs:set-string-to-complete): Don't mess with windows
---
hargs.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hargs.el b/hargs.el
i
branch: scratch/hyperbole
commit fc7e33b5e53c2d059c6d302351f8cb3c5657c5a8
Author: Stefan Monnier
Commit: Stefan Monnier
* hui-select.el: Fix a few warnings and improve some docstrings
(hui-select-initialize): Use `dolist`; let-bind
vars rather than just `setq`ing them; use closu
branch: scratch/hyperbole
commit fbcfcc04a3f9d3c2c9ec8e99d8c5d3562c78cea7
Author: Stefan Monnier
Commit: Stefan Monnier
* hyperbole.el: Preload `kotl-autoloads`
(hyperbole-mode): Remove redundant keywords.
---
hyperbole.el | 18 --
1 file changed, 16 insertions(+),
branch: scratch/hyperbole
commit 57d02f8456ce6cef63600557c891af883bc843f4
Author: Stefan Monnier
Commit: Stefan Monnier
hyperbole-autoloads.el: Remove needless definitions
* hversion.el (hyperb:mouse-buttons):
* hload-path.el (hyperb:microsoft-os-p, hyperb:wsl-os-p): Don't
n
branch: scratch/hyperbole
commit 824a71773c7b056859c56a924ea1e99fbe439400
Author: Stefan Monnier
Commit: Stefan Monnier
Get rid of `hyperb:stack-frame`
* hmouse-drv.el (hui--ignore-action-key-depress-prev-point): New var.
* hui.el (hui:ebut-create, hui:ebut-edit, hui:ebut-edit-r
branch: scratch/hyperbole
commit 12fa8e328d99738fe5f68f4c4a713b3581ea68da
Author: Stefan Monnier
Commit: Stefan Monnier
(man-show): Fix miscompilation
* hactypes.el (annot-bib): Avoid gratuitous `setq`.
(man-show): Declare `Man-notify-method` to fix miscompilation.
(rfc-toc)
branch: scratch/hyperbole
commit 10ac3f59df7e819d6f4f50bfa3e72d5508d4193f
Author: Stefan Monnier
Commit: Stefan Monnier
Fix a few minor miscompilations and warnings
* Makefile (LOAD_EL): Escape trailing double quote so it's not confused
with a beginning-of-string.
* hbu
branch: scratch/hyperbole
commit ab0338d714f739f2b28b361f2535febcc6568873
Author: Stefan Monnier
Commit: Stefan Monnier
Fix compilation of test file
* test/kcell-tests.el (kcell): Don't presume `kotl/` is in `load-path`.
---
test/kcell-tests.el | 2 +-
1 file changed, 1 insertion(+
branch: scratch/hyperbole
commit 5aa8d7a577ce2ecb3a2666db9678b3a7c3611577
Author: Stefan Monnier
Commit: Stefan Monnier
* hycontrol.el (hycontrol-windows-mode-map): Don't autoload
Copying this whole keymap definition to `hyperbole-autoloads.el` just
slows down startup unnecessar
branch: externals/ef-themes
commit f1716daa202c97e501af8b6a983c0d78d7b4015e
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-dark: make date-common a bit more colourful
---
ef-elea-dark-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-elea-dark-
branch: externals/ef-themes
commit 302e5ca53f8b256f28445e8faf9401bc0f1f9346
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-elea-light: make date-common a bit more colourful
---
ef-elea-light-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-elea-lig
elpasync pushed a change to branch externals/ef-themes.
from 3f5d332835 ef-elea-dark: change shade of magenta for key bindings
new f1716daa20 ef-elea-dark: make date-common a bit more colourful
new 302e5ca53f ef-elea-light: make date-common a bit more colourful
Summary of
elpasync pushed a change to branch externals/urgrep.
from a2cc745cb1 Lint test files too
new 96e8dba46d Use #' for functions
new c40288e965 `urgrep-hit` isn't a function!
Summary of changes:
urgrep.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
branch: externals/urgrep
commit c40288e9659572f8ee51e780a44932172c4409c7
Author: Jim Porter
Commit: Jim Porter
`urgrep-hit` isn't a function!
---
urgrep.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/urgrep.el b/urgrep.el
index f6101a6f6e..dcd5b33f6a 100644
--- a/urg
branch: externals/urgrep
commit 96e8dba46d735947f5c9f6177176fd7e03f383ae
Author: Jim Porter
Commit: Jim Porter
Use #' for functions
---
urgrep.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/urgrep.el b/urgrep.el
index 5857375000..f6101a6f6e 100644
--- a/urgrep.
80 matches
Mail list logo