From 6e61c024e10450dc8e5d3b42c25543cd632c063e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 29 May 2013 01:07:30 +0200 Subject: [PATCH] Move Emacs Alsa Player settings --- emacs/init.org | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/emacs/init.org b/emacs/init.org index 61af80b..98ebbcd 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1388,6 +1388,20 @@ 'oni:move-beginning-of-dwim) #+END_SRC +* Emacs Alsa Player :media: + + Add some settings for the Emacs Also Player, which is a nice player + for when EMMS/MPD is not available to me, when listening to + something outside of my normal music library. + + #+BEGIN_SRC emacs-lisp + (add-to-list 'load-path "~/.emacs.d/vendor-lisp/eap") + (load "eap-autoloads") + + (setq eap-music-library "/mnt/music") + (setq eap-playlist-library "~/music/playlists") + #+END_SRC + * All the rest This still needs to be sorted out and documented, haven't had time @@ -1598,13 +1612,6 @@ (global-set-key (kbd "") 'oni:scroll-down-or-prev-page) (global-set-key (kbd "") 'oni:scroll-up-or-next-page) - ;;; Emacs Alsa Player - (add-to-list 'load-path "~/.emacs.d/site-lisp/eap") - (load "eap-autoloads") - - (setq eap-music-library "/mnt/music") - (setq eap-playlist-library "~/music/playlists") - ;;;; Auto-complete (setq-default ac-sources '(ac-source-imenu