Add keybinding for hydra, remove keybinding for invalid (?) command
This commit is contained in:
parent
f9ee146c9b
commit
0ce08e6c83
@ -5777,7 +5777,6 @@ A music browser and player:
|
||||
(jdormit/define-prefix "av" "vuiet")
|
||||
(jdormit/define-prefix "avp" "player")
|
||||
(jdormit/define-prefix "avb" "browser")
|
||||
|
||||
:config
|
||||
(advice-add 'vuiet-update-mode-line :around
|
||||
(lambda (oldfn &rest args)
|
||||
@ -5801,7 +5800,6 @@ A music browser and player:
|
||||
(vuiet-interactive-map "b" vuiet-browser-map)
|
||||
(vuiet-interactive-map "a" #'vuiet-play-artist)
|
||||
(vuiet-interactive-map "A" #'vuiet-play-artist-similar)
|
||||
(vuiet-interactive-map "B" #'vuiet-pick-album)
|
||||
(vuiet-interactive-map "t" #'vuiet-play-track-search)
|
||||
(vuiet-interactive-map "l" #'vuiet-play-loved-tracks)
|
||||
(vuiet-interactive-map "L" #'vuiet-play-loved-tracks-similar))
|
||||
@ -5831,4 +5829,5 @@ And a handy hydra for it:
|
||||
("p" vuiet-play-pause)
|
||||
("n" vuiet-next)
|
||||
("q" nil :color blue))
|
||||
(general-def "C-c v" #'hydra-vuiet/body)
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user