Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to emacs mode in mu4e view mode #3464

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/email/mu4e/config.el
Expand Up @@ -63,6 +63,11 @@
;; set mail user agent
(setq mail-user-agent 'mu4e-user-agent)

;; evil masks most mu4e-view-mode key bindings. Switch to Emacs mode for
;; this.
(when (featurep! :editor evil)
(add-hook! 'mu4e-view-mode-hook #'evil-emacs-state))
hexagonal-sun marked this conversation as resolved.
Show resolved Hide resolved

;; Use fancy icons
(setq mu4e-use-fancy-chars t
mu4e-headers-draft-mark '("D" . "")
Expand Down