From 1f3c41a8acd9433603f4e3418e1074d943b6ae0d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Mar 2019 03:56:10 -0500 Subject: [PATCH] Revert ab797994 #226 These were merged into evil-collection-mu4e. --- modules/app/email/autoload/evil.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/app/email/autoload/evil.el b/modules/app/email/autoload/evil.el index 9cc24ea77..d7b64c9c6 100644 --- a/modules/app/email/autoload/evil.el +++ b/modules/app/email/autoload/evil.el @@ -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))