Skip to content

Commit

Permalink
fix(media): problematic executable check (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent f7d7969 commit 08cf1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-media.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

;;; Code:

(defcustom +mpv-command (executable-find "mpv")
(defcustom +mpv-command "mpv"
"The MPV command."
:group 'minemacs-utils)

Expand Down

0 comments on commit 08cf1ef

Please sign in to comment.