diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3d3da83..38d50ba 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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 diff --git a/Emacs.org b/Emacs.org index f8e9352..df182fe 100644 --- a/Emacs.org +++ b/Emacs.org @@ -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