diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-06-27 08:35:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-06-27 08:35:38 +0200 |
| commit | 61740f60f08e0473b234380084fd1ee424c7fc72 (patch) | |
| tree | b2ed409805236c023f1c4a086ec024bca34053db | |
| parent | 5241c2ecb10fb477b17ecae0b5d48c1d511815f1 (diff) | |
| download | dotfiles-61740f60f08e0473b234380084fd1ee424c7fc72.tar.gz dotfiles-61740f60f08e0473b234380084fd1ee424c7fc72.zip | |
emacs: fixed mu4e-compose-forward key binding
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | emacs/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
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. |
