summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--emms.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--emms.el')
-rw-r--r--.config/emacs/modules/bd--emms.el14
1 files changed, 6 insertions, 8 deletions
diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el
index 1770c16..5efe6c6 100644
--- a/.config/emacs/modules/bd--emms.el
+++ b/.config/emacs/modules/bd--emms.el
@@ -4,7 +4,6 @@
(use-package emms
- :demand t
:config
(require 'emms-setup)
(require 'emms-player-mpv)
@@ -49,13 +48,12 @@ playback."
title)
(t
(emms-track-simple-description track))))))
- :custom
- (emms-source-file-default-directory (expand-file-name "~/ik/playlists/"))
- (emms-info-report-each-num-tracks 2000)
- (emms-playlist-buffer-name "*Playlist*")
- (emms-mode-line-icon-enabled-p nil)
- (emms-mode-line-format " [%s] ")
- (emms-repeat-playlist t))
+ (setopt emms-source-file-default-directory (expand-file-name "~/ik/playlists/")
+ emms-info-report-each-num-tracks 2000
+ emms-playlist-buffer-name "*Playlist*"
+ emms-mode-line-icon-enabled-p nil
+ emms-mode-line-format " [%s] "
+ emms-repeat-playlist t))
(provide 'bd--emms)