Move Emacs Alsa Player settings

This commit is contained in:
Tom Willemse 2013-05-29 01:07:30 +02:00
parent ce6fa3c876
commit 6e61c024e1

View file

@ -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 "<prior>") 'oni:scroll-down-or-prev-page)
(global-set-key (kbd "<next>") '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