Explorar o código

[emacs] Update mpd link to the new normal

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
01bed0ae86
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      emacs/.config/doom/config.el
  2. 1 1
      emacs/.config/doom/config.org

+ 1 - 1
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."

+ 1 - 1
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."