diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-06-28 09:51:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-06-28 09:51:11 +0200 |
| commit | bbc52ab9d4730f8cdc52824f6fded2084c9d1c88 (patch) | |
| tree | a7fd30266dd522cea413c637441327ab8c34cc69 /emacs | |
| parent | 7e09dc9b78c629d73f188cb53b1baab54126e44e (diff) | |
| download | dotfiles-bbc52ab9d4730f8cdc52824f6fded2084c9d1c88.tar.gz dotfiles-bbc52ab9d4730f8cdc52824f6fded2084c9d1c88.zip | |
emacs: fixing bindings for mu4e-context-switch
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.org | 3 |
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 |
