Remove evil-collection workaround for mu 1.10

This commit is contained in:
Charlotte Van Petegem 2023-05-02 15:03:40 +02:00
parent 7cf8d04aa3
commit 83ae6f97bc
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -115,9 +115,6 @@ in
:ensure nil
:demand t
:after (vertico)
:init
(defun mu4e--main-action-str (title cmd) "")
(defalias 'mu4e~view-quit-buffer 'mu4e-view-quit)
:hook
(mu4e-view-mode . display-line-numbers-mode)
(mu4e-view-mode . visual-line-mode)
@ -221,7 +218,6 @@ in
(cdr chosen-el)
(mu4e-warn "Unknown option: '%s'" choice))))))
(apply orig-fun args)))
(remove-hook 'mu4e-main-mode-hook 'evil-collection-mu4e-update-main-view)
(mu4e 'background)
:general
(lmap "m" '(mu4e :which-key "mail"))