mu4e: Remove superfluous quotes

This commit is contained in:
hokomo 2024-01-04 22:33:43 +01:00 committed by James
parent 27d32610d5
commit 8c84f9bc89
1 changed files with 2 additions and 2 deletions

View File

@ -282,8 +282,8 @@ with older release versions of `mu4e.'"
"-" 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 ()