branch: externals/listen
commit 1496616593913243210e6575bfc556c924bebe99
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Update
---
README.org | 1 +
docs/README.org | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 0cb163af0d..dc6d8fe5b5 100644
--- a/README.org
+++ b/README.org
@@ -202,6 +202,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
*Additions*
- [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
+- Command ~listen-status~, which shows a status buffer (contributions to it
are welcome).
- Command ~listen-queue-add-tracks~, when used in a Dired buffer, uses the
marked files or the one at point.
- Option ~listen-backend~, which sets the backend to use: MPV or VLC. (The
default is to auto-detect which is available at load time, with MPV being
preferred due to more robust IPC support.)
- Faces for parts of mode line lighter.
diff --git a/docs/README.org b/docs/README.org
index 0d4809599a..d154894728 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -239,6 +239,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
*Additions*
+ [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
++ Command ~listen-status~, which shows a status buffer (contributions to it
are welcome).
+ Command ~listen-queue-add-tracks~, when used in a Dired buffer, uses the
marked files or the one at point.
+ Option ~listen-backend~, which sets the backend to use: MPV or VLC. (The
default is to auto-detect which is available at load time, with MPV being
preferred due to more robust IPC support.)
+ Faces for parts of mode line lighter.