diff --git a/configuration.org b/configuration.org index ea55582..7d90090 100644 --- a/configuration.org +++ b/configuration.org @@ -2227,6 +2227,20 @@ Then configure ~real-auto-save-mode~ ("m" . mu4e))) #+END_SRC +*** Helm completion + +#+BEGIN_SRC emacs-lisp +(use-package helm-mu + :after mu4e + :bind + (:map mu4e-main-mode-map + ("s" . helm-mu) + :map mu4e-headers-mode-map + ("s" . helm-mu) + :map mu4e-view-mode-map + ("s" . helm-mu))) +#+END_SRC + * Make programming a bit easier ** Electric case diff --git a/customizations.el b/customizations.el index 1636c26..4d21240 100644 --- a/customizations.el +++ b/customizations.el @@ -107,6 +107,7 @@ helm-github-stars helm-gtags helm-hunks + helm-mu helm-projectile helm-pydoc helm-smex