diff options
Diffstat (limited to 'modes/simple-mpc/evil-collection-simple-mpc.el')
| -rw-r--r-- | modes/simple-mpc/evil-collection-simple-mpc.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modes/simple-mpc/evil-collection-simple-mpc.el b/modes/simple-mpc/evil-collection-simple-mpc.el index 7676aff..fea1bb0 100644 --- a/modes/simple-mpc/evil-collection-simple-mpc.el +++ b/modes/simple-mpc/evil-collection-simple-mpc.el @@ -33,7 +33,12 @@ simple-mpc-current-playlist-mode-map)) (defun evil-collection-simple-mpc-set-bindings () - "Set up 'evil' bindings for 'simple-mpc-mode', 'simple-mpc-query-mode', and 'simple-mpc-current-playlist-mode'." + "Set up `evil' bindings for `simple-mpc'. + +Other modes that are configured: +`simple-mpc-mode' +`simple-mpc-query-mode' +`simple-mpc-current-playlist-mode'" (evil-collection-define-key 'normal 'simple-mpc-mode-map "p" 'simple-mpc-toggle ">" 'simple-mpc-next |
