Fix last commit

This commit is contained in:
2026-02-07 16:56:54 -08:00
parent 125243e58c
commit eca7942215

View File

@@ -3193,11 +3193,11 @@ The name is compared with the field name using TESTFN (defaults to `equal')."
:map message-mode-map :map message-mode-map
("C-c k" . khard-insert-email-contact)) ("C-c k" . khard-insert-email-contact))
:init :init
(require 'mu4e)
(evil-define-key '(normal motion) mu4e-main-mode-map "q" #'bury-buffer) (evil-define-key '(normal motion) mu4e-main-mode-map "q" #'bury-buffer)
(evil-define-key '(normal motion) mu4e-view-mode-map (evil-define-key '(normal motion) mu4e-view-mode-map
"gy" #'mu4e-view-save-url "gy" #'mu4e-view-save-url
(kbd "RET") #'my/mu4e-evil-ret) (kbd "RET") #'my/mu4e-evil-ret)
:config
(evil-define-motion my/mu4e-evil-ret (count) (evil-define-motion my/mu4e-evil-ret (count)
"Push the button under point or move the cursor COUNT lines down. "Push the button under point or move the cursor COUNT lines down.
This is the same as `evil-ret' except that it works for links in This is the same as `evil-ret' except that it works for links in