aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-06-27 08:35:38 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-06-27 08:35:38 +0200
commit61740f60f08e0473b234380084fd1ee424c7fc72 (patch)
treeb2ed409805236c023f1c4a086ec024bca34053db /emacs
parent5241c2ecb10fb477b17ecae0b5d48c1d511815f1 (diff)
downloaddotfiles-61740f60f08e0473b234380084fd1ee424c7fc72.tar.gz
dotfiles-61740f60f08e0473b234380084fd1ee424c7fc72.zip
emacs: fixed mu4e-compose-forward key binding
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org7
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.