branch: externals/denote
commit e41fd8ebc7143d11000f635227d4569e4d361b3f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make file prompt of the "... or create" commands more informative
---
denote.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/denote.e
branch: externals/dape
commit 0dee0cfd977cf30acead893bbba3a22c1919b202
Author: Daniel Pettersson
Commit: Daniel Pettersson
Using future history for dape-info-variable-edit
---
dape.el | 19 ---
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/dape.el b/dape.el
branch: elpa/dirvish
commit 99bf59560695083c865060cfaa8b7f6055ff7867
Author: Alex Lu
Commit: Alex Lu
github: update issue template
---
.github/ISSUE_TEMPLATE/bug_report.yml | 7 +++
.github/ISSUE_TEMPLATE/feature_request.md | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
elpasync pushed a change to branch elpa/dirvish.
from 5a3cf2b0a6 refactor: set `window-size-fixed` during redisplay (#317
#329)
new 99bf595606 github: update issue template
new 2d63995d32 feat: add `dirvish-peek-key` user option (closes #191)
Summary of changes:
.github/
branch: elpa/dirvish
commit 2d63995d3296c259cef90830cf0433602429ecec
Author: Alex Lu
Commit: Alex Lu
feat: add `dirvish-peek-key` user option (closes #191)
---
dirvish.el | 9 ++---
docs/CUSTOMIZING.org | 28 +--
docs/EXTENSIONS.org
branch: elpa/emacsql
commit 475943f6edcb24c317ce4468b7384424b9bd04a1
Author: Basil L. Contovounesios
Commit: Jonas Bernoulli
emacsql-sqlite-builtin.el: Fix function declarations
All three sqlite-* functions used are defined in src/sqlite.c, not
lisp/sqlite.el, which defines only
branch: externals/minuet
commit 8b9ea6ff1cb05840bee7daf31a95d4a3ad105537
Author: Milan Glacier
Commit: Milan Glacier
fix: use idle timer and fix buffer changing check for auto-suggestion.
---
minuet.el | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git
branch: externals/dape
commit cf3db1fe0cd7117a4991b1e4316dec02a4a5f9b2
Author: Daniel Pettersson
Commit: Daniel Pettersson
Various formatting fixups
---
dape.el | 133 ++--
1 file changed, 63 insertions(+), 70 deletions(-)
diff --
branch: externals/dape
commit cc304734ba14792bd95c17d73ee51cf0d2608f8f
Author: Daniel Pettersson
Commit: Daniel Pettersson
Fix dape-history-add when using shell-like + default values
---
dape.el | 35 +--
1 file changed, 17 insertions(+), 18 deletions(-)
dif
elpasync pushed a change to branch externals/dape.
from 7b6734d770 Skip writing breakpoints file if nothing has changed
new cc304734ba Fix dape-history-add when using shell-like + default
values
new 4647de58c3 Improve repl warn for non commandp dape-commands
new d51
branch: externals/dape
commit d51ec13608e2a747204e85d85d14c581cef4b7af
Author: Daniel Pettersson
Commit: Daniel Pettersson
Fix disassembly window selecting when invoking from info buffers
---
dape.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dape.el b/dape
branch: externals/dape
commit 4647de58c371d71686fa983b1fd95342d864b261
Author: Daniel Pettersson
Commit: Daniel Pettersson
Improve repl warn for non commandp dape-commands
---
dape.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dape.el b/dape.el
index 484dfb8b
branch: scratch/logview
commit 94e63fc6dd150456884a54ca834e9ced7ac443e5
Author: Stefan Monnier
Commit: Stefan Monnier
(logview-filter-edit-mode): Use font-lock
(logview-filter-edit-font-lock-keywords): New var.
(logview-filter-edit--font-lock-region): Adjust calling convention.
monnier pushed a change to branch scratch/logview.
at 94e63fc6dd (logview-filter-edit-mode): Use font-lock
This branch includes the following new commits:
new 0a4ea17646 Remove redundant `:group` arguments
new 88133bd2fa Use `point-min` rather than 1
new 7bcfd6b1
branch: scratch/logview
commit 88133bd2fa8de21a375e3a51775811448783d19b
Author: Stefan Monnier
Commit: Stefan Monnier
Use `point-min` rather than 1
---
logview.el | 59 ---
1 file changed, 36 insertions(+), 23 deletions(-)
diff --git
branch: scratch/logview
commit 7bcfd6b1033b20fcb279473782268e84660b0ccb
Author: Stefan Monnier
Commit: Stefan Monnier
(logview--do-append-log-file-tail): Use `bufferpos-to-filepos`
---
logview.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/logview.el b/logview.el
branch: scratch/logview
commit 4dfa974856278e15f933e75b907e1646eeb2e57c
Author: Stefan Monnier
Commit: Stefan Monnier
(logview-filter-edit--do): Hoist `setf` out of `if`
---
logview.el | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/logview.el b/logview.e
branch: scratch/logview
commit 0a4ea17646158e42886fb4dab750b1b2ee61f6e0
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` arguments
---
logview.el | 65 --
1 file changed, 16 insertions(+), 49 deletions(-)
di
branch: elpa/dirvish
commit e02395c40bd5439ece54989229760bde1e9ea4c1
Author: Alex Lu
Commit: Alex Lu
refactor: improve `dirvish-find-entry-hook` (closes #324)
---
dirvish.el | 14 --
docs/CUSTOMIZING.org | 45 -
2 files chang
branch: elpa/aidermacs
commit 304543cbd756e0c343b8e096dac14faf0920d9cc
Author: Mingde (Matthew) Zeng
Commit: Mingde (Matthew) Zeng
Relax aidermacs-extra-args requirement
Tries to address #97
Signed-off-by: Mingde (Matthew) Zeng
---
aidermacs.el | 5 +++--
1 file changed,
branch: externals-release/org
commit 5df37854739baa67006dc1cda70fab6a42977880
Author: Rudolf Adamkovič
Commit: Ihor Radchenko
lisp/org.el (org-paste-special): Fix a typo
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 122e5
branch: externals/org
commit adfee5eed88d950548963f4700387442a8111d0f
Author: Rudolf Adamkovič
Commit: Ihor Radchenko
Capitalize JavaScript correctly
* doc/org-manual.org (Exporting to minimal HTML):
* etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint):
* lisp/ob-j
branch: externals/el-job
commit ffb216b52dfeb6ecaa826ec0affe4fac99edb4e1
Author: Martin Edström
Commit: Martin Edström
Don't record cores-to-use in struct, always use max
---
el-job.el | 35 +++
1 file changed, 11 insertions(+), 24 deletions(-)
diff --git a/
elpasync pushed a change to branch externals/auctex.
from 112517bb62 Add new style/needspace.el
new 9cc8811ebf ; * style/ninecolors.el: Remove wrong executable bit.
new b47645123f ; * style/langscibook.el: Remove wrong executable bit.
Summary of changes:
style/langscibook
branch: externals/el-job
commit d045f9a390d0f8e26f22ba39339a67c00d1f35b6
Author: Martin Edström
Commit: Martin Edström
Switch most uses of time-convert to current-time
---
el-job-child.el | 15 +--
el-job.el | 8
2 files changed, 9 insertions(+), 14 deletions(-)
elpasync pushed a change to branch externals/modus-themes.
from f3cd4d6983 Merge branch 'main' of
github.com:protesilaos/modus-themes
new 8535e3245a Change the accent mappings in modus-operandi-tinted for
stylistic consistency
new 55609222f9 Change the accent mappings in m
branch: externals/modus-themes
commit 8535e3245a3f1354023aa5b3672b9cd72f64f642
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Change the accent mappings in modus-operandi-tinted for stylistic
consistency
---
modus-operandi-tinted-theme.el | 8
1 file changed, 4 insertions
branch: externals/modus-themes
commit 55609222f9817f7f76f5832d87e95ac11bba9a86
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Change the accent mappings in modus-vivendi-tinted for stylistic consistency
---
modus-vivendi-tinted-theme.el | 8
1 file changed, 4 insertions(+)
branch: externals/auctex
commit b47645123f8156c184d1eb90a8684d90513a988e
Author: Arash Esbati
Commit: Arash Esbati
; * style/langscibook.el: Remove wrong executable bit.
---
style/langscibook.el | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/style/langscibook.el b/style/
branch: externals/auctex
commit 9cc8811ebfd408d4052e3e5809bf805ca8da19aa
Author: Arash Esbati
Commit: Arash Esbati
; * style/ninecolors.el: Remove wrong executable bit.
---
style/ninecolors.el | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/style/ninecolors.el b/style/nin
30 matches
Mail list logo