diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 3aba5d3..e3f356d 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -57,7 +57,7 @@ :desc "Search in eww" "3" #'eww-search-words :desc "Search all the things" "g" #'deadgrep)) -(setq libmpdel-hostname "mpd.unbl.ink") +(setq libmpdel-hostname "mpd.play.unbl.ink") (defun mpdel-playlist-play () "Start playing the song at point." diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index e76fc27..b8e661d 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -95,7 +95,7 @@ border. Right now, just make sure I can connect to my local Mopidy server via MPDel. #+BEGIN_SRC emacs-lisp -(setq libmpdel-hostname "mpd.unbl.ink") +(setq libmpdel-hostname "mpd.play.unbl.ink") (defun mpdel-playlist-play () "Start playing the song at point."