Fix last commit
This commit is contained in:
2
init.el
2
init.el
@ -3193,11 +3193,11 @@ The name is compared with the field name using TESTFN (defaults to `equal')."
|
||||
:map message-mode-map
|
||||
("C-c k" . khard-insert-email-contact))
|
||||
:init
|
||||
(require 'mu4e)
|
||||
(evil-define-key '(normal motion) mu4e-main-mode-map "q" #'bury-buffer)
|
||||
(evil-define-key '(normal motion) mu4e-view-mode-map
|
||||
"gy" #'mu4e-view-save-url
|
||||
(kbd "RET") #'my/mu4e-evil-ret)
|
||||
:config
|
||||
(evil-define-motion my/mu4e-evil-ret (count)
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user