From 7a94af80a25376f7a0aafda9bdee2c6484fbcb6c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Sep 2016 16:12:40 +0200 Subject: Emacs: Add mpc setup --- tag-emacs/emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 20aaa39..1f5442d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1566,6 +1566,15 @@ write to the Android calendar, and then for DAVDroid to sync with the server. org-icalendar-alarm-time 60))) #+END_SRC +* Music +Emacs actually supports playing music via mpd. + +#+BEGIN_SRC emacs-lisp + (use-package mpc + :defer t + :config (progn + (setq mpc-browser-tags '(Genre Albumartist|Composer|Performer Album|Playlist)))) +#+END_SRC * Programming ** flycheck -- cgit 1.4.1