From ed285c87d2794837b6cdd6b5c72fea20c9d26213 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 2 Mar 2019 15:18:19 +0100 Subject: [PATCH] [Music] Minor changes and cosmetics --- init.el | 5 +++-- site-lisp/db-music.el | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index e570c95..ce9bdbd 100644 --- a/init.el +++ b/init.el @@ -2070,10 +2070,11 @@ search commands like `db/helm-shortcuts’." (require 'helm-adaptive))) (use-package db-music - :commands (db/play-playlist)) + :commands (db/play-playlist + db/update-playlist-from-directory)) (defcustom db/playlist nil - "List of songs to include in random playlist." + "List of songs to include in a random playlist." :group 'personal-settings :type '(alist :value-type (choice (const :tag "Undecided" :undecided) (const :tag "Include" :include) diff --git a/site-lisp/db-music.el b/site-lisp/db-music.el index 8b2edc2..326e8f5 100644 --- a/site-lisp/db-music.el +++ b/site-lisp/db-music.el @@ -30,8 +30,8 @@ Files not present `db/playlist’ but that are found in DIRECTORY are added to `db/playlist’ with tag :undecided, to show the user -that these files are new. Tracks in `db/playlist’ that are not -found in DIRECTORY are currently removed from it." +that these files are new. Tracks in `db/playlist’ that do not +exist anymore are removed from it." (interactive (list (expand-file-name "songs/" emms-source-file-default-directory))) ;; First convert to hash table for performance