Get rid of helm-mu

It doesn’t activate where i actually wanted it to, and where it does, it doesn’t help much.
This commit is contained in:
Gergely Polonkai 2018-11-25 06:51:30 +01:00
parent 77e5d79a5c
commit 9b8a3d06f6
1 changed files with 4 additions and 15 deletions

View File

@ -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
** ViMs ~ci~ functionality