mu4e: fix extra quotes in evil-collection-mu4e

This commit is contained in:
StrawberryTea 2024-03-13 09:37:51 -05:00
parent 1ad283f5b7
commit 775585ab02
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@
"-" 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 ()