Add helm completion for mu4e
It still can’t do everything; e.g. i still have to use ~ido~ when selecting a folder to open.
This commit is contained in:
parent
9f69074b88
commit
fbb74c1c29
@ -2227,6 +2227,20 @@ Then configure ~real-auto-save-mode~
|
|||||||
("m" . mu4e)))
|
("m" . mu4e)))
|
||||||
#+END_SRC
|
#+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
|
* Make programming a bit easier
|
||||||
|
|
||||||
** Electric case
|
** Electric case
|
||||||
|
@ -107,6 +107,7 @@
|
|||||||
helm-github-stars
|
helm-github-stars
|
||||||
helm-gtags
|
helm-gtags
|
||||||
helm-hunks
|
helm-hunks
|
||||||
|
helm-mu
|
||||||
helm-projectile
|
helm-projectile
|
||||||
helm-pydoc
|
helm-pydoc
|
||||||
helm-smex
|
helm-smex
|
||||||
|
Loading…
Reference in New Issue
Block a user