diff options
| author | StrawberryTea <look@strawberrytea.xyz> | 2024-03-13 09:37:51 -0500 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2024-03-13 22:41:31 +0800 |
| commit | 8da60e37b9f8e11dc24c49f1255b3711b37b16fc (patch) | |
| tree | dd0e24c2fb338f4b2617c2c43b1b19e77cb2c5a1 /modes/mu4e | |
| parent | c2f48c9a26228a5bb0746dd64168ed76599496a9 (diff) | |
mu4e: fix extra quotes in evil-collection-mu4e
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index d6749a7..8638f59 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -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 () |
