Skip to content

Commit

Permalink
consult-emms-embark-track-add: action to add 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 07bf974 commit 6894c3b
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 @@ -73,6 +73,7 @@ Selected track is added to the current playlist."
(let ((map (make-sparse-keymap)))
(keymap-set map "a" '("Artist" . consult-emms-embark--track-add-artist))
(keymap-set map "b" '("Album" . consult-emms-embark--track-add-album))
(keymap-set map "g" '("Genre" . consult-emms-embark--track-add-genre))
map)
"Keymap for actions queuing track-associated entities.")
(fset 'consult-emms-embark-track-add consult-emms-embark-track-add)
Expand Down

0 comments on commit 6894c3b

Please sign in to comment.