From fbb74c1c291f29bb9e70ecb3e73f53d0c87f0463 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 20 Nov 2018 13:59:50 +0100 Subject: [PATCH] Add helm completion for mu4e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It still can’t do everything; e.g. i still have to use ~ido~ when selecting a folder to open. --- configuration.org | 14 ++++++++++++++ customizations.el | 1 + 2 files changed, 15 insertions(+) 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