summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-multimedia.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules/thanos-multimedia.el')
-rw-r--r--.emacs.d/modules/thanos-multimedia.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el
index 4c2a847..4eb1769 100644
--- a/.emacs.d/modules/thanos-multimedia.el
+++ b/.emacs.d/modules/thanos-multimedia.el
@@ -32,8 +32,6 @@
;; EMMS
(require 'emms)
(autoload 'emms-smart-browse "emms-browser.el" "Browse with EMMS" t)
-(define-key thanos/applications-map (kbd "e") 'emms-smart-browse)
-(define-key thanos/applications-map (kbd "C-e") 'emms-pause)
(with-eval-after-load 'emms
(emms-all)
@@ -45,8 +43,6 @@
(setf emms-player-mpv-parameters "--gpu-context=x11")
(define-key emms-playlist-mode-map (kbd "A") #'emms-add-directory-tree)
-(define-key thanos/applications-map (kbd "e") 'emms-smart-browse)
-
(defun yeetube-download-vimeo-videos ()
"Download videos from vimeo services."