These were merged into evil-collection-mu4e.
This commit is contained in:
Henrik Lissner 2019-03-01 03:56:10 -05:00
parent cedadb3233
commit 1f3c41a8ac
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,9 +19,3 @@
(goto-char beg)
(dotimes (_ (count-lines beg end))
(mu4e-headers-mark-and-next command))))
;;;###autoload
(after! evil
;; Fix #975 for mu4e commands, so they can move cursor in visual line mode
(evil-set-command-property 'mu4e-compose-goto-bottom :keep-visual t)
(evil-set-command-property 'mu4e-compose-goto-top :keep-visual t))