all repos — nixfiles @ 7a94af80a25376f7a0aafda9bdee2c6484fbcb6c

System and user configuration, managed by nix and home-manager

Emacs: Add mpc setup
Alan Pearce alan@alanpearce.uk
Fri, 23 Sep 2016 16:12:40 +0200
commit

7a94af80a25376f7a0aafda9bdee2c6484fbcb6c

parent

82f36d04b56cef52c5eaf652f7e787da49841931

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1566,6 +1566,15 @@ org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-due) 					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