diff options
| author | James Nguyen <james@jojojames.com> | 2022-06-04 13:51:23 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-06-04 13:51:23 -0400 |
| commit | 98d28bc67909225a4746c557449c9da816f5d0f5 (patch) | |
| tree | de14e1c289a791047be90549cd62e1e9b90b42e3 /modes/mpc | |
| parent | 71e4edc84bdee774d2157b2c4c06eec1880d6a6a (diff) | |
Fix quoting
Diffstat (limited to 'modes/mpc')
| -rw-r--r-- | modes/mpc/evil-collection-mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/mpc/evil-collection-mpc.el b/modes/mpc/evil-collection-mpc.el index 9c29d28..1a09b8c 100644 --- a/modes/mpc/evil-collection-mpc.el +++ b/modes/mpc/evil-collection-mpc.el @@ -45,7 +45,7 @@ ;;;###autoload (defun evil-collection-mpc-setup () - "Setup up 'evil' bindings for 'mpc-mode'." + "Setup up `evil' bindings for `mpc-mode'." (evil-collection-define-key 'normal 'mpc-mode-map "C-j" 'evil-collection-mpc-move-down "C-k" 'evil-collection-mpc-move-up |
