summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorhokomo <hokomo@disroot.org>2024-01-04 22:33:43 +0100
committerJames <1227856+jojojames@users.noreply.github.com>2024-01-18 03:56:33 -0500
commit8c84f9bc89fe56e71b56519f886085ddcbc671cf (patch)
treeb396899cc40fb31950edd4cdad026db6586a6ca6 /modes/mu4e
parent27d32610d528660e4a7e3ee6cc99214ca1f776fa (diff)
mu4e: Remove superfluous quotes
Diffstat (limited to 'modes/mu4e')
-rw-r--r--modes/mu4e/evil-collection-mu4e-1.8.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e-1.8.el b/modes/mu4e/evil-collection-mu4e-1.8.el
index 8046674..eab3a63 100644
--- a/modes/mu4e/evil-collection-mu4e-1.8.el
+++ b/modes/mu4e/evil-collection-mu4e-1.8.el
@@ -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 ()