mu4e: update documentation

Updates mu4e documentation to include new layout integration.
This commit is contained in:
Benjamin Reynolds 2017-05-11 11:03:52 -05:00
parent a213729981
commit 5bd08fbcad
1 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- [[#notifications][Notifications]]
- [[#os-notifications][OS notifications]]
- [[#mode-line-notifications][Mode-line notifications]]
- [[#spacemacs-layout-integration][Spacemacs layout integration]]
- [[#see-also][See also]]
* Install
@ -204,6 +205,20 @@ or use layer variables when you add the layer to
(mu4e :variables mu4e-enable-mode-line t)
#+END_SRC
** Spacemacs layout integration
A [[file:../../../doc/DOCUMENTATION.org::#layouts-and-workspaces][Spacemacs custom layout]] is defined by the layer. The name and the key binding
for it can be customized with the following layer variables:
- =mu4e-spacemacs-layout-name= for the layout name,
- =mu4e-spacemacs-layout-binding= for the key binding.
By default the values are:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(
(mu4e :variables mu4e-spacemacs-layout-name "@Mu4e"
mu4e-spacemacs-layout-binding "m")))
#+END_SRC
* See also
Refer to the official mu and mu4e documentation for additional info.