From 75901430acfaccf475257ab66e7bfc7b3e6f5c68 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 4 Apr 2020 06:41:45 -0400 Subject: [PATCH] Add keybinding for vuiet lyrics --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 929f167..e40beea 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -5889,7 +5889,7 @@ And a handy hydra for it: | .d############// ||+-----------^^----------------^^------------^^----+|| .d############// | Info for [_a_]rtist | .d######''####//b. |||%s(now-playing 43)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^||| .d######''####//b. | Info for a[_l_]bum | 9######( )#-//##P ||+-----------^^--+-------------^^+-----------^^----+|| 9######( )#-//##P | Info for [_c_]urrent artist - | 'b######++#/-/##d' || ^^ |%s(track-pos)^^| ^^ || 'b######++#/-/##d' | + | 'b######++#/-/##d' || ^^ |%s(track-pos)^^| ^^ || 'b######++#/-/##d' | L[_y_]rics for current track | '9############P' || ^^ +-------------^^+ ^^ || '9############P' | [_L_]oved tracks | -'9a#######aP' || +---------^^+---------------^^--+---------^^--+ || -'9a#######aP' | | |-| `'''''' || | _s_top | _p_lay/pause | _n_ext | || |-| `'''''' | [_P_]layer menu @@ -5905,6 +5905,7 @@ And a handy hydra for it: ("a" vuiet-artist-info-search) ("l" vuiet-album-info-search) ("c" vuiet-playing-artist-info) + ("y" vuiet-playing-track-lyrics) ("L" vuiet-loved-tracks-info) ("P" hydra-vuiet/body) ("S" hydra-vuiet-similar/body)