[Music] Fix name of playlist function from git-annex-find
This commit is contained in:
parent
bd29ca9c02
commit
7cd6d399a4
2
init.el
2
init.el
@ -2146,7 +2146,7 @@ search commands like `db/helm-shortcuts’."
|
||||
|
||||
(use-package db-music
|
||||
:commands (db/play-playlist-from-cache
|
||||
db/play-playlist-from-git-annex-tag
|
||||
db/play-playlist-from-git-annex-find
|
||||
db/update-playlist-from-directory))
|
||||
|
||||
(defcustom db/playlist-play-function #'db/play-playlist-from-cache
|
||||
|
||||
@ -35,7 +35,7 @@ Shuffle it and start playing it afterwards."
|
||||
(eq (cdr track) :include)))
|
||||
(mapcar #'car))))
|
||||
|
||||
(defun db/play-playlist-from-git-annex-tag (match-expression)
|
||||
(defun db/play-playlist-from-git-annex-find (match-expression)
|
||||
"Generate playlist from git annex find on MATCH-EXPRESSION.
|
||||
|
||||
Prompts for MATCH-EXPRESSION when called interactively.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user