From 61740f60f08e0473b234380084fd1ee424c7fc72 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 27 Jun 2018 08:35:38 +0200 Subject: emacs: fixed mu4e-compose-forward key binding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index fb81c0b..f48b1c7 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1236,6 +1236,13 @@ Show images (imagemagick-register-types)) #+END_SRC +Correct some key bindings that are screwed up by =evil-mode=: + +#+BEGIN_SRC elisp +(evil-define-key 'normal mu4e-view-mode-map + "F" 'mu4e-compose-forward) +#+END_SRC + As of 0.9.18 and GNU Emacs 25, the =mu4e-action-with-xwidget= can be used to render an HTML message with Webkit. -- cgit v1.2.3