Преглед на файлове

[emacs] Update mpd link to the new normal

Colin Powell преди 2 години
родител
ревизия
01bed0ae86
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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."