summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-07 13:49:09 +0300
committerThanos Apollo <[email protected]>2023-10-07 13:49:09 +0300
commitc9ad25e9337cdcddfefe30c9700532c70c490afb (patch)
treef508f49235d8d4a52afa75aae1e128e011a232ac
parent5279086921deb9cc0fd83e728157c7a94c99fc20 (diff)
emacs:(multimedia) remove yeetube installation
Keep all packages installation on packages module
-rw-r--r--.emacs.d/modules/thanos-multimedia.el11
1 files changed, 1 insertions, 10 deletions
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 ()