Restore default key binding for `helm-emms'

This commit is contained in:
Daniel Borchmann 2020-11-14 17:36:20 +01:00
parent 12dbc5a465
commit a1b4d294c5
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -2122,7 +2122,7 @@
(require 'helm-buffers) (require 'helm-buffers)
(require 'helm-ring) (require 'helm-ring)
(bind-key "#" #'db/play-radio-stations helm-command-map) (bind-key "#" #'helm-emms helm-command-map)
(bind-key "P" #'helm-pages helm-command-map) (bind-key "P" #'helm-pages helm-command-map)
(bind-key "<tab>" #'helm-execute-persistent-action helm-map) (bind-key "<tab>" #'helm-execute-persistent-action helm-map)