[StumpWM] Fix issue of `mpd-connect' being undefined on startup

This commit is contained in:
Lucien Cartier-Tilet 2021-11-23 23:58:06 +01:00
parent c3d53388ab
commit 18db59d9f7
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -218,8 +218,7 @@ including a short description of what they are for:
In order to be able to use MPD from StumpWM itself, well need to In order to be able to use MPD from StumpWM itself, well need to
connect to it. connect to it.
#+begin_src lisp #+begin_src lisp
(when *initializing* (mpd:mpd-connect)
(mpd-connect))
#+end_src #+end_src
Finally, we can notify the user everything is ready. Finally, we can notify the user everything is ready.