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:
parent
77e5d79a5c
commit
9b8a3d06f6
@ -2227,21 +2227,10 @@ Then configure ~real-auto-save-mode~
|
|||||||
mu4e-context-policy 'pick-first)
|
mu4e-context-policy 'pick-first)
|
||||||
:bind
|
:bind
|
||||||
(:map gpolonkai/pers-map
|
(:map gpolonkai/pers-map
|
||||||
("m" . mu4e)))
|
("m m" . mu4e)
|
||||||
#+END_SRC
|
("m i" . mu4e~headers-jump-to-maildir)
|
||||||
|
("m c" . mu4e-compose-new)
|
||||||
*** Helm completion
|
("m s" . mu4e-headers-search)))
|
||||||
|
|
||||||
#+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
|
#+END_SRC
|
||||||
|
|
||||||
** ViM’s ~ci~ functionality
|
** ViM’s ~ci~ functionality
|
||||||
|
Loading…
Reference in New Issue
Block a user