fix(emacs): run EMMS in proper workspace / perspective

This commit is contained in:
Pavel Korytov 2022-12-02 15:21:55 +03:00
parent e9e3899c9e
commit d9cc1e6690
2 changed files with 2 additions and 2 deletions

View file

@ -4897,7 +4897,7 @@ ENTRY is an instance of `elfeed-entry'."
(my-leader-def
:infix "as"
"" '(:which-key "emms")
"s" #'emms-smart-browse
"s" (my/command-in-persp "EMMS" "EMMS" 0 (emms-smart-browse))
"b" #'emms-browser
"p" #'emms-pause
"q" #'emms-stop

View file

@ -6913,7 +6913,7 @@ References:
(my-leader-def
:infix "as"
"" '(:which-key "emms")
"s" #'emms-smart-browse
"s" (my/command-in-persp "EMMS" "EMMS" 0 (emms-smart-browse))
"b" #'emms-browser
"p" #'emms-pause
"q" #'emms-stop