Skip to content

Commit

Permalink
consult-emms-embark-track-goto: action to goto genre on `g'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-Heagren committed Apr 17, 2022
1 parent 4c4721d commit 23d769c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consult-emms-embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Selected track is added to the current playlist."
(let ((map (make-sparse-keymap)))
(keymap-set map "a" '("Artist" . consult-emms-embark--track-goto-artist))
(keymap-set map "b" '("Album" . consult-emms-embark--track-goto-album))
(keymap-set map "g" '("Genre" . consult-emms-embark--track-goto-genre))
map)
"Keymap for actions moving from a track to an associated entity.")
(fset 'consult-emms-embark-track-goto consult-emms-embark-track-goto)
Expand Down

0 comments on commit 23d769c

Please sign in to comment.