~breatheoutbreathein/emacs-simple-mpc-breatheoutbreathein

35923caf39d4bebeb0e49264a29441c22216f1ed — Joseph Turner 1 year, 10 months ago 1720746
fix typo in Hook section of README.org
1 files changed, 1 insertions(+), 1 deletions(-)

M README.org
M README.org => README.org +1 -1
@@ 100,7 100,7 @@ open simple-mpc:
      (if (= 0 (call-process "sh" nil nil nil "-c" "pgrep mpd"))
          (message "MPD was already running.")
        (shell-command "mpd")
        (my/update-database)
        (my/mpd-update)
        (message "MPD started.")))

    (defun my/mpd-kill ()