mu4e: fix extra quotes in evil-collection-mu4e

This commit is contained in:
StrawberryTea 2024-03-13 09:37:51 -05:00 committed by Youmu
parent c2f48c9a26
commit 8da60e37b9
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ end of the buffer."
"-" mu4e-headers-mark-for-unflag)
(mu4e-compose-mode-map
"gg" 'mu4e-compose-goto-top
"G" 'mu4e-compose-goto-bottom))
"gg" mu4e-compose-goto-top
"G" mu4e-compose-goto-bottom))
"All evil-mu4e bindings for evil visual mode.")
(defun evil-collection-mu4e-set-bindings ()