aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org
index d95b04e..0a4c79c 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1240,7 +1240,8 @@ 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
+ ";" 'mu4e-context-switch
+ "e" 'mu4e-view-save-attachment
"F" 'mu4e-compose-forward)
#+END_SRC