Skip to content

Commit

Permalink
consult-emms-embark-album-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 639ebb9 commit 7bae277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consult-emms-embark.el
Expand Up @@ -161,6 +161,7 @@ tag, that value is used, otherwise use the value of `artist'."
(let ((map (make-sparse-keymap)))
(keymap-set map "a" '("Artist" . consult-emms-embark--album-goto-artist))
(keymap-set map "b" '("Album" . consult-emms--choose-track-album))
(keymap-set map "g" '("Genre" . consult-emms-embark--album-goto-genre))
map)
"Keymap for actions moving from a track to an associated entity.")
(fset 'consult-emms-embark-album-goto consult-emms-embark-album-goto)
Expand Down

0 comments on commit 7bae277

Please sign in to comment.