aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-06-27 08:40:26 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-06-27 08:40:26 +0200
commit7e09dc9b78c629d73f188cb53b1baab54126e44e (patch)
tree72c6bdf220b774000a4e3a8dcc7b136de0ff4cad /emacs
parent61740f60f08e0473b234380084fd1ee424c7fc72 (diff)
downloaddotfiles-7e09dc9b78c629d73f188cb53b1baab54126e44e.tar.gz
dotfiles-7e09dc9b78c629d73f188cb53b1baab54126e44e.zip
emacs: fixed mu4e-view-save-attachment key binding
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org
index f48b1c7..d95b04e 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1240,6 +1240,7 @@ Correct some key bindings that are screwed up by =evil-mode=:
#+BEGIN_SRC elisp
(evil-define-key 'normal mu4e-view-mode-map
+ "s" 'mu4e-view-save-attachment
"F" 'mu4e-compose-forward)
#+END_SRC