branch: elpa/bash-completion
commit 584a3b3aa3b7d0f680e174c601ffa59ddbb7168d
Author: montag451
Commit: GitHub
Remove useless require call (#61)
---
bash-completion.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/bash-completion.el b/bash-completion.el
index 4457ed9c3d..755f37b500 1006
branch: externals/org
commit 8ae8a8462f17ae4385324938427fd2e098e0b44d
Author: Pedro Andres Aranda Gutierrez
Commit: Ihor Radchenko
org-clock-clocktable-language-setup: Fix Spanish translation
* lisp/org-clock.el (org-clock-clocktable-language-setup): Translate
leftover English s
elpasync pushed a change to branch externals/consult.
from c2858a52a1 consult-kmacro: Use version check
new 8554973526 consult--line-candidates: Minor cleanup
new 11efe9b2df Use with-delayed-message from Compat to show messages
for slow operations
new afce9bb88c con
branch: externals/consult
commit 8554973526275b91d8e1ba13009fc9ee2953ad7d
Author: Daniel Mendler
Commit: Daniel Mendler
consult--line-candidates: Minor cleanup
---
consult.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/consult.el b/consult.el
i
branch: externals/consult
commit afce9bb88c74b5da3a18c90a8456d4386dd49319
Author: Daniel Mendler
Commit: Daniel Mendler
consult-org-headings: Show delayed message
---
consult-org.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/consult-org.el b/consult-org.el
index
branch: externals/consult
commit 11efe9b2dfd7d569ae333e096af474a593119558
Author: Daniel Mendler
Commit: Daniel Mendler
Use with-delayed-message from Compat to show messages for slow operations
---
consult-imenu.el | 5 -
consult.el | 18 ++
2 files changed, 18 in
branch: externals/inspector
commit 78d221207825e3a30e4af8bd812b32277b56d8c4
Author: Mariano Montone
Commit: Mariano Montone
Pretty print using max-width
Issue #13
---
inspector.el | 31 +--
1 file changed, 25 insertions(+), 6 deletions(-)
diff --git a/i
branch: externals/nano-modeline
commit a929e0e0e4495c537641b964a0109e03cf61ae1e
Merge: 61f62aa471 f2814893d5
Author: Nicolas P. Rougier
Commit: GitHub
Merge pull request #44 from macownersclub/feature-tab-number
Option for current tab number to secondary section
---
nano-modeline.e
branch: externals/nano-modeline
commit f2814893d5933deaabeb022d9a706e8b50d892a2
Author: Aimé Bertrand
Commit: Aimé Bertrand
Option for current tab number to secondary section
* nano-modeline.el:
Add custom variable nano-modeline-display-tab-number
Add function nano-modeline-
elpasync pushed a change to branch externals/embark-consult.
from 127492fac0 Bump embark-consult version (fix #592)
adds 3f2a7c47e6 Switch to the new key convention
No new revisions were added by this update.
Summary of changes:
embark.el | 36
branch: externals/embark
commit 3f2a7c47e6095dc7ee0983e0e1993f8ddf28c313
Author: Daniel Mendler
Commit: Omar Antolín
Switch to the new key convention
This change affects:
- embark-help-key
- embark-cycle-key
- embark-keymap-prompter-key
---
embark.el | 36 +
branch: externals/vertico
commit 2346498e6ae9e00947ac3ca6cad5def61df0ea24
Author: Daniel Mendler
Commit: Daniel Mendler
Use cl-defgeneric instead of advices
The recent discussion on emacs-devel made me reconsider advices again.
It is better to be more disciplined in avoiding the
elpasync pushed a change to branch externals/corfu.
from f03165f31d corfu--move-to-front: Simplify
new dafd4659d5 Reorder code
new beae37b96b Use cl-defgeneric instead of advices
new 4f6bd93243 Fix corfu-indexed-mode
Summary of changes:
corfu.el
branch: externals/corfu
commit beae37b96ba368e252ce9f9b8588768378953519
Author: Daniel Mendler
Commit: Daniel Mendler
Use cl-defgeneric instead of advices
The recent discussion on emacs-devel made me reconsider advices again.
It is better to be more disciplined in avoiding them
branch: externals/corfu
commit 4f6bd932438ec2bbb083cf1388b4496ef0312c28
Author: Daniel Mendler
Commit: Daniel Mendler
Fix corfu-indexed-mode
---
extensions/corfu-indexed.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/corfu-indexed.el b/extensions/corfu
branch: externals/corfu
commit dafd4659d55331444b81bcc44f0304c84cebae66
Author: Daniel Mendler
Commit: Daniel Mendler
Reorder code
---
corfu.el | 234 +++
1 file changed, 117 insertions(+), 117 deletions(-)
diff --git a/corfu.el b
branch: externals/tmr
commit 9a0e72780e02a85a1595d1b1d56eeb663621a639
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remove most autoloads
Since the tmr-prefix-map is autoloaded, this map should be usually bound
by the user. We still autoload the tmr and tmr-with-details com
elpasync pushed a change to branch externals/tmr.
from 9db3306908 Use simpler paradigm for keymap autoloading.
new e0161b22c5 Add timer acknowledgement
new 6192c121b1 Improve timer acknowledgement
new cb37214ebb Move tmr-notification-notify to tmr.el
new 9a0e
branch: externals/tmr
commit 46048fa826b3e7ffcf56c09949ac2f6d52ae5d6b
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make minor tweaks to the manual
---
README.org | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 0611cdf8d6..
branch: externals/tmr
commit e0161b22c551d049cc640982cb9bdb0fc5adcb62
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Add timer acknowledgement
---
README.org | 14 ---
tmr-tabulated.el | 7 +++-
tmr.el | 109 +--
branch: externals/tmr
commit cb37214ebbaffa5ea115d4358b5732e38a3fa581
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Move tmr-notification-notify to tmr.el
Using a separate tmr-notification file is not beneficial for the minimal
amount
of provided functionality.
---
tmr-no
branch: externals/tmr
commit 6192c121b1d4060de022cbfa349f5c8fa430bd0b
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Improve timer acknowledgement
- Use tmr-timer-finished-functions to register the acknowledgement function
- Add tmr-acknowledge-dialog and tmr-acknowledge-min
branch: externals/corfu
commit 032f7cc3b7ffa3f9030624ef8528d2fb50c53fa6
Author: Daniel Mendler
Commit: Daniel Mendler
Rename function
---
corfu.el | 6 +++---
extensions/corfu-echo.el | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/corfu.el b/corfu.el
branch: externals/corfu
commit b11a206c6e3a38d1dd91d29a72ff128580d35174
Author: Daniel Mendler
Commit: Daniel Mendler
corfu-indexed-mode: Do not use advices
---
extensions/corfu-indexed.el | 32
1 file changed, 12 insertions(+), 20 deletions(-)
diff --git a
elpasync pushed a change to branch externals/corfu.
from 4f6bd93243 Fix corfu-indexed-mode
new 032f7cc3b7 Rename function
new a10200f11c Add comment
new b11a206c6e corfu-indexed-mode: Do not use advices
Summary of changes:
corfu.el| 6 +++---
branch: externals/corfu
commit a10200f11c09df6263b76992f0dc0fad4230
Author: Daniel Mendler
Commit: Daniel Mendler
Add comment
---
extensions/corfu-echo.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/extensions/corfu-echo.el b/extensions/corfu-echo.el
index 0f30132fc8..6a2f6b17da
branch: externals/org
commit e455df4a07ed185ed20c65a30b57d00f5e837dc2
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-persist: Improve commentary
* lisp/org-persist.el: Update top comment.
(org-persist--index-hash):
(org-persist--report-time): Update docstrings.
---
lisp/
branch: externals/vertico
commit 34e8897652cbbee686a9ace4cdb32782eaea223c
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-indexed-mode: Do not use advices
---
extensions/vertico-indexed.el | 32
vertico.el| 10 +-
2 files ch
branch: externals/corfu
commit c8d90901800866b41f45a5c2d3986cf9b05fb347
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 96ee5fbcf6..812ca1636b 100644
--- a/CHANGELOG.or
branch: externals/consult
commit e421843b4634b79b03a7a7e46d45ae387125e2bf
Author: Daniel Mendler
Commit: Daniel Mendler
Update example configuration
---
README.org | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index d92220c2d5..7ca
branch: externals/vertico
commit db879c67dc591a8463145ff67739af18267c9bd6
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 87a0dda230..5bc6e397d0 100644
--- a/CHANGELOG.or
branch: externals/vertico
commit a7514b55a03cec62e096b0b096cc1e56e245a11e
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 5bc6e397d0..9bc73c289e 100644
elpasync pushed a change to branch externals/vertico.
from 34e8897652 vertico-indexed-mode: Do not use advices
new db879c67dc Update changelog
new a7514b55a0 Update changelog
Summary of changes:
CHANGELOG.org | 2 ++
1 file changed, 2 insertions(+)
branch: externals/embark
commit 83838fc94890d64cd11d0cd635b90faf610ea46a
Author: Daniel Mendler
Commit: Daniel Mendler
Do not install a global advice on tabulated-list-revert
Instead define our own revert function for embark-collect-mode buffers. It
is
good practice to avoid ad
branch: externals/embark
commit 4882b395cef98a517d530ffe483aa0dc7201158c
Merge: 3f2a7c47e6 83838fc948
Author: Omar Antolín Camarena
Commit: GitHub
Merge pull request #593 from minad/use-revert-function
Do not install a global advice on tabulated-list-revert
---
embark.el | 18 +
elpasync pushed a change to branch externals/embark-consult.
from 3f2a7c47e6 Switch to the new key convention
adds 83838fc948 Do not install a global advice on tabulated-list-revert
adds 4882b395ce Merge pull request #593 from minad/use-revert-function
No new revisions were a
elpasync pushed a change to branch externals/ef-themes.
from e60d89296a Inherit 'mode-line' in powerline instead of
'mode-line-active'
new 196ae68bcc Revise keycast-key for easier use and thematic
consistency
new c2b63d8f05 ef-frost: tweak bg-hover value to stand out a bit
branch: externals/ef-themes
commit c2b63d8f0510b939b8c7111cf4023922e6dd563f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-frost: tweak bg-hover value to stand out a bit more
---
ef-frost-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-frost-theme
branch: externals/ef-themes
commit 196ae68bcc144dbf1bcb8777c08efefb8816dd9f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Revise keycast-key for easier use and thematic consistency
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/
branch: externals/ef-themes
commit 7e29eba3eeb4f152a5512aeba4a98a192cd8b444
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Remove background from consult lines
The default value of 'consult-line-number-prefix' inherits from the
'line-number' face. The Ef themes make th
40 matches
Mail list logo