From 9b8a3d06f65d92f608e9b7503f2f12427017a72f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 25 Nov 2018 06:51:30 +0100 Subject: [PATCH] Get rid of helm-mu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t activate where i actually wanted it to, and where it does, it doesn’t help much. --- configuration.org | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/configuration.org b/configuration.org index aaa1181..5a85590 100644 --- a/configuration.org +++ b/configuration.org @@ -2227,21 +2227,10 @@ Then configure ~real-auto-save-mode~ mu4e-context-policy 'pick-first) :bind (:map gpolonkai/pers-map - ("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))) + ("m m" . mu4e) + ("m i" . mu4e~headers-jump-to-maildir) + ("m c" . mu4e-compose-new) + ("m s" . mu4e-headers-search))) #+END_SRC ** ViM’s ~ci~ functionality