From 3a6f131a677947691ddf9841b04b4da6ee86ea1e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 9 Oct 2023 16:20:29 +0300 Subject: emacs:(multimedia) update emms keybindings --- .emacs.d/modules/thanos-multimedia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/modules') diff --git a/.emacs.d/modules/thanos-multimedia.el b/.emacs.d/modules/thanos-multimedia.el index 362307f..d16a99b 100644 --- a/.emacs.d/modules/thanos-multimedia.el +++ b/.emacs.d/modules/thanos-multimedia.el @@ -38,7 +38,7 @@ ;; Autoload the id3-browser and bind it to F7. ;; You can change this to your favorite EMMS interface. (autoload 'emms-smart-browse "emms-browser.el" "Browse with EMMS" t) - (global-set-key [(f7)] 'emms-smart-browse) + (define-key thanos/applications-map (kbd "e") 'emms-smart-browse) (with-eval-after-load 'emms (emms-standard) ;; or (emms-devel) if you want all features -- cgit v1.2.3