From 01bed0ae865296f87ac409a255b2d6edbfaba3dc Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 30 Jan 2023 11:03:34 -0500 Subject: [PATCH] [emacs] Update mpd link to the new normal --- emacs/.config/doom/config.el | 2 +- emacs/.config/doom/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."