Tweak the emms setup as well as the mpd setup on Darwin
This commit is contained in:
parent
f405898c31
commit
48bf9678ce
29
README.org
29
README.org
@ -1541,6 +1541,7 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
|
||||
}\n")
|
||||
'(org-latex-listings 'minted)
|
||||
'(org-latex-minted-langs '((cc "c++")
|
||||
(conf "text")
|
||||
(cperl "perl")
|
||||
(diff "diff")
|
||||
(shell-script "bash")
|
||||
@ -3614,7 +3615,7 @@ use with =elfeed=.
|
||||
`(emms-player-mpd-music-directory ,(expand-file-name "~/Music"))
|
||||
'(emms-player-mpd-server-name "localhost")
|
||||
'(emms-player-mpd-server-port "6600")
|
||||
'(emms-player-mpd-verbose nil)))
|
||||
'(emms-player-mpd-verbose t)))
|
||||
|
||||
(with-eval-after-load 'emms-player-mpv
|
||||
(custom-set-variables
|
||||
@ -3635,6 +3636,32 @@ use with =elfeed=.
|
||||
(emms-all))
|
||||
#+end_src
|
||||
|
||||
#+caption[Configure =mpd= on =Darwin=]:
|
||||
#+caption: Configure =mpd= on =Darwin=.
|
||||
#+name: lst:configure-mpd-darwin
|
||||
#+begin_src conf :tangle (when (eq system-type 'darwin) "~/.mpd/mpd.conf")
|
||||
music_directory "~/Music"
|
||||
playlist_directory "~/.mpd/playlists"
|
||||
db_file "~/.mpd/mpd.db"
|
||||
log_file "~/.mpd/mpd.log"
|
||||
pid_file "~/.mpd/mpd.pid"
|
||||
state_file "~/.mpd/mpdstate"
|
||||
follow_outside_symlinks "yes"
|
||||
follow_inside_symlinks "yes"
|
||||
|
||||
audio_output {
|
||||
type "osx"
|
||||
name "CoreAudio"
|
||||
mixer_type "software"
|
||||
}
|
||||
|
||||
bind_to_address "127.0.0.1"
|
||||
connection_timeout "86400"
|
||||
port "6600"
|
||||
|
||||
user "vermeulen"
|
||||
#+end_src
|
||||
|
||||
* [[info:emacs#Init File][Init File (info)]] footer
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: sec:user-init-file-footer
|
||||
|
Loading…
Reference in New Issue
Block a user