spacemacs: enable vdirel-heml-select-email

This commit is contained in:
Gabriel Ebner 2016-06-18 19:55:32 +02:00
parent a709d7b391
commit 876fdc0ba1
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9c7250a14ce1e13fb590a0c26a831e6243ea4318
Subproject commit 0283f6475b4207ff4f2f217322075eacd02030fc

View File

@ -40,9 +40,9 @@
;; wrapped in a layer. If you need some configuration for these
;; packages then consider to create a layer, you can also put the
;; configuration in `dotspacemacs/config'.
dotspacemacs-additional-packages '(dash-functional f mmm-mode)
dotspacemacs-additional-packages '(dash-functional f mmm-mode vdirel)
;; A list of packages and/or extensions that will not be install and loaded.
dotspacemacs-excluded-packages '()
dotspacemacs-excluded-packages '(persp-mode)
;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
;; are declared in a layer which is not a member of
;; the list `dotspacemacs-configuration-layers'
@ -176,6 +176,7 @@ before layers configuration."
smtpmail-stream-type 'starttls
smtpmail-smtp-service 587
smtpmail-local-domain "gebner.org")
(setq vdirel-repository "~/.contacts/contacts.vcf/")
(setq mu4e-get-mail-command "nm-online && mbsync -a"
mu4e-update-interval 300)
(setq mu4e-attachment-dir "~/Downloads")