diff --git a/modes/emms/evil-collection-emms.el b/modes/emms/evil-collection-emms.el index 637398c..be300ad 100644 --- a/modes/emms/evil-collection-emms.el +++ b/modes/emms/evil-collection-emms.el @@ -60,7 +60,7 @@ The return value is the yanked text." (interactive) (emms-with-inhibit-read-only-t - (goto-char (point-at-bol)) + (goto-char (line-beginning-position)) (emms-playlist-mode-yank) (emms-playlist-mode-correct-previous-yank) (evil-previous-line)