emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mpv 331aeb6e26 04/12: Adds completion categories


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 331aeb6e26 04/12: Adds completion categories
Date: Mon, 1 Aug 2022 09:58:51 -0400 (EDT)

branch: elpa/mpv
commit 331aeb6e266447e9bc4195e2858123ac76d3fd89
Author: efimerspan <96617722+efimerspan@users.noreply.github.com>
Commit: efimerspan <96617722+efimerspan@users.noreply.github.com>

    Adds completion categories
---
 mpv.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mpv.el b/mpv.el
index 5198126a44..e47c6c2c59 100644
--- a/mpv.el
+++ b/mpv.el
@@ -272,6 +272,7 @@ or PLAYLIST if provided."
   (interactive)
   (consult--read (mpv--get-formatted-playlist)
                  :prompt "Playlist entries: "
+                 :category 'mpv-file
                  :sort nil))
 
 (defun mpv-show-chapters ()
@@ -280,6 +281,7 @@ in the current mpv playback."
   (interactive)
   (consult--read (mpv--get-formatted-chapters)
                  :prompt "Chapters: "
+                 :category 'mpv-chapter
                  :sort nil))
 
 (defun mpv-jump-to-chapter (chapter)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]