Move Emacs Alsa Player settings
This commit is contained in:
parent
ce6fa3c876
commit
6e61c024e1
1 changed files with 14 additions and 7 deletions
|
@ -1388,6 +1388,20 @@
|
||||||
'oni:move-beginning-of-dwim)
|
'oni:move-beginning-of-dwim)
|
||||||
#+END_SRC
|
#+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
|
* All the rest
|
||||||
|
|
||||||
This still needs to be sorted out and documented, haven't had time
|
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 "<prior>") 'oni:scroll-down-or-prev-page)
|
||||||
(global-set-key (kbd "<next>") 'oni:scroll-up-or-next-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
|
;;;; Auto-complete
|
||||||
|
|
||||||
(setq-default ac-sources '(ac-source-imenu
|
(setq-default ac-sources '(ac-source-imenu
|
||||||
|
|
Loading…
Reference in a new issue