diff options
Diffstat (limited to '.emacs.d/modules/thanos-multimedia.el')
-rw-r--r-- | .emacs.d/modules/thanos-multimedia.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |