diff options
author | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
commit | 480dd4688b20be3b69b54043d5e5d3df713926c0 (patch) | |
tree | ef71f35560bc37ddf1d1f3e0881f250884d47bc1 /config/mpd | |
parent | emacs: get rid of mapping for sourcegraph (diff) | |
download | emacs.d-480dd4688b20be3b69b54043d5e5d3df713926c0.tar.gz |
linux: remove configurations specific to linux
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
Diffstat (limited to 'config/mpd')
-rw-r--r-- | config/mpd/mpd.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf deleted file mode 100644 index 27f07f2..0000000 --- a/config/mpd/mpd.conf +++ /dev/null @@ -1,15 +0,0 @@ -music_directory "/home/fcuny/media/music" - -log_file "syslog" - -bind_to_address "localhost" -port "6600" - -auto_update "yes" - -audio_output { - type "pulse" - name "MPD" -} - -filesystem_charset "UTF-8" |