diff --git a/emacs.d b/emacs.d index 9c7250a..0283f64 160000 --- a/emacs.d +++ b/emacs.d @@ -1 +1 @@ -Subproject commit 9c7250a14ce1e13fb590a0c26a831e6243ea4318 +Subproject commit 0283f6475b4207ff4f2f217322075eacd02030fc diff --git a/spacemacs b/spacemacs index e25caff..6f14acb 100644 --- a/spacemacs +++ b/spacemacs @@ -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")