summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-multimedia.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-09 10:51:44 +0200
committerThanos Apollo <[email protected]>2023-12-09 10:56:59 +0200
commita5fef6324be38541e28bbf154f321cfa9087d1b1 (patch)
tree4b8d5fc594497bc36ae8b287de89343dc0d9534b /.emacs.d/modules/thanos-multimedia.el
parentf74354ae3d2912686b87d20426d8155865939306 (diff)
emacs: Rewrite thanos/applications-map
- Use defvar-keymap - Rewrite it on thanos-commands.el
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."