summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.org21
1 files 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 "<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