Skip to content

Commit

Permalink
Restore evil keybinds for mu4e-view-mode #3464
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Jul 24, 2020
1 parent cd3c865 commit 7a276db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/email/mu4e/config.el
Expand Up @@ -63,11 +63,6 @@
;; 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))

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

0 comments on commit 7a276db

Please sign in to comment.