mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(emacs): run EMMS in proper workspace / perspective
This commit is contained in:
parent
e9e3899c9e
commit
d9cc1e6690
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue