Skip to content

Commit

Permalink
consult-emms-embark-album-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 9f89b43 commit d1798ee
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 @@ -181,6 +181,7 @@ The first song in ALBUM is examined for its `genre' tag."
(defvar consult-emms-embark-album-add
(let ((map (make-sparse-keymap)))
(keymap-set map "a" '("Artist" . consult-emms-embark--album-add-artist))
(keymap-set map "g" '("Genre" . consult-emms-embark--album-add-genre))
map)
"Keymap for actions queuing an album-associated entity.")
(fset 'consult-emms-embark-album-add consult-emms-embark-album-add)
Expand Down

0 comments on commit d1798ee

Please sign in to comment.