diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-multimedia.el | 11 |
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 () |