app/email: add :keep-visual prop on mu4e commands #975
This commit is contained in:
parent
94a57f695e
commit
ab79799407
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@
|
|||
(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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue