diff options
| author | James Nguyen <james@jojojames.com> | 2021-02-04 01:03:50 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2021-02-04 01:03:50 -0800 |
| commit | 2c0a09b193865c5e873cfcdd26a0a1cafb8a42db (patch) | |
| tree | fd7d09fcc8821d50bec2fd4c47b0ce7f0d07afb0 /modes/mu4e | |
| parent | a3f8d1b4c99028d2c2542386916964f1e6de11b1 (diff) | |
Mu4e: Fix signature
Diffstat (limited to 'modes/mu4e')
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 380a6e7..bf36bf1 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -261,7 +261,7 @@ (evil-set-command-property 'mu4e-compose-goto-top :keep-visual t) ;; yu - (evil-collection-define-operator-key 'mu4e-view-mode-map + (evil-collection-define-operator-key 'yank 'mu4e-view-mode-map "u" 'mu4e-view-save-url)) |
