summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-13 08:03:10 +0300
committerThanos Apollo <[email protected]>2024-05-13 08:03:10 +0300
commit5f13fe17ed52f5ecd352209221a07e67fd21584d (patch)
tree5896db38ff309772348a19b280791e55ed396213 /.config
parent5110563667a857a8e1cbd46c92219f6b08956ac0 (diff)
emacs: Use straight for yeetube
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index eccc78a..493f554 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -837,12 +837,12 @@ By default, returns all jabber related buffers format."
(when (or is-zeus is-hermes)
(use-package yeetube
:init (define-prefix-command 'thanos/yeetube-map)
- :straight nil
+ :straight (yeetube :local-repo "~/Dev/emacs-lisp/yeetube")
:ensure t
:config
(setf yeetube-results-limit 20
yeetube-mpv-disable-video t
- yeetube-display-thumbnails nil
+ yeetube-display-thumbnails t
yeetube-play-function #'yeetube-mpv-play)
(defun yeetube-download-videos-ffmpeg ()