From 18db59d9f71586d53af20643f840ebf74beb0147 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 23 Nov 2021 23:58:06 +0100 Subject: [PATCH] [StumpWM] Fix issue of `mpd-connect' being undefined on startup --- org/config/stumpwm.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 6c6b4cc..044c060 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -218,8 +218,7 @@ including a short description of what they are for: In order to be able to use MPD from StumpWM itself, we’ll need to connect to it. #+begin_src lisp -(when *initializing* - (mpd-connect)) +(mpd:mpd-connect) #+end_src Finally, we can notify the user everything is ready.