summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-09 16:20:29 +0300
committerThanos Apollo <[email protected]>2023-10-09 16:20:29 +0300
commit3a6f131a677947691ddf9841b04b4da6ee86ea1e (patch)
treedbc82b4db246649e8a2ce9e21b1c3373814cceb9 /.emacs.d
parentf9a48d1f45dc4584fd431a0a0357e2a1730c861d (diff)
emacs:(multimedia) update emms keybindings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-multimedia.el2
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