fixing
This commit is contained in:
parent
ab32fb0ad4
commit
64ea9029b9
|
@ -4875,11 +4875,11 @@ With empv we can perhaps control mpv much more fine grainly and even search yout
|
|||
(general-auto-unbind-keys)
|
||||
(add-hook 'empv-youtube-results-mode-hook #'evil-normal-state)
|
||||
|
||||
(defun mpv-start (video other)
|
||||
(defun mpv-start (args video)
|
||||
"Load a video from mast into empv"
|
||||
(message video)
|
||||
(message other)
|
||||
(empv-play-or-enqueue file))
|
||||
(message args)
|
||||
(empv-play-or-enqueue video))
|
||||
|
||||
(defun chris/empv-yt-dlp ()
|
||||
"Download the current video and and play it"
|
||||
|
|
6
init.el
6
init.el
|
@ -3541,11 +3541,11 @@ targets."
|
|||
(general-auto-unbind-keys)
|
||||
(add-hook 'empv-youtube-results-mode-hook #'evil-normal-state)
|
||||
|
||||
(defun mpv-start (video other)
|
||||
(defun mpv-start (args video)
|
||||
"Load a video from mast into empv"
|
||||
(message video)
|
||||
(message other)
|
||||
(empv-play-or-enqueue file))
|
||||
(message args)
|
||||
(empv-play-or-enqueue video))
|
||||
|
||||
(defun chris/empv-yt-dlp ()
|
||||
"Download the current video and and play it"
|
||||
|
|
Loading…
Reference in a new issue