diff --git a/emacs/init.org b/emacs/init.org index 8063d3f..78f98cf 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -5880,8 +5880,8 @@ And a handy hydra for it: | .d############// ||+-----------^^----------------^^------------^^----+|| .d############// | Play [_a_]rtist | .d######''####//b. |||%s(now-playing 43)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^||| .d######''####//b. | Play a[_l_]bum | 9######( )#-//##P ||+-----------^^--+-------------^^+-----------^^----+|| 9######( )#-//##P | - | 'b######++#/-/##d' || ^^ |%s(track-pos)^^| ^^ || 'b######++#/-/##d' | - | '9############P' || ^^ +-------------^^+ ^^ || '9############P' | + | 'b######++#/-/##d' || ^^ |%s(track-pos)^^| ^^ || 'b######++#/-/##d' | [_L_]ove current track + | '9############P' || ^^ +-------------^^+ ^^ || '9############P' | [_U_]nlove current track | -'9a#######aP' || +---------^^+---------------^^--+---------^^--+ || -'9a#######aP' | | |-| `'''''' || | _s_top | _p_lay/pause | _n_ext | || |-| `'''''' | [_I_]nfo menu | ---..----------- || +---------^^+---------------^^--+---------^^--+ || ---..----------- | [_S_]imilar menu @@ -5895,6 +5895,8 @@ And a handy hydra for it: ("t" vuiet-play-tag-similar) ("a" vuiet-play-artist) ("l" vuiet-play-album) + ("L" vuiet-love-track) + ("U" vuiet-unlove-track) ("I" hydra-vuiet-info/body) ("S" hydra-vuiet-similar/body) ("q" nil))