From c9ad25e9337cdcddfefe30c9700532c70c490afb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 7 Oct 2023 13:49:09 +0300 Subject: emacs:(multimedia) remove yeetube installation Keep all packages installation on packages module --- .emacs.d/modules/thanos-multimedia.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.emacs.d/modules') diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el index cb65190..df22f6d 100644 --- a/.emacs.d/modules/thanos-multimedia.el +++ b/.emacs.d/modules/thanos-multimedia.el @@ -41,17 +41,8 @@ emms-source-file-default-directory "~/Music") -(define-key emms-playlist-mode-map (kbd "A") #'emms-add-directory-tree) +;(define-key emms-playlist-mode-map (kbd "A") #'emms-add-directory-tree) (define-key thanos/applications-map (kbd "e") 'emms) - - -;; Yeetube -(straight-use-package '(yeetube :type git - :host nil - :branch "dev" ;; testing branch - :repo "https://git.thanosapollo.com/yeetube")) -;; Update to the latest version -(straight-pull-package 'yeetube) (defun yeetube-download-vimeo-videos () -- cgit v1.2.3