From 775585ab0297a43dc8613b08b7acc7635a997fb3 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Wed, 13 Mar 2024 09:37:51 -0500 Subject: [PATCH] mu4e: fix extra quotes in evil-collection-mu4e --- modes/mu4e/evil-collection-mu4e.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 77b6143..6cf61d9 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -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 ()