spacemacs: enable vdirel-heml-select-email
This commit is contained in:
		
							parent
							
								
									a709d7b391
								
							
						
					
					
						commit
						876fdc0ba1
					
				
							
								
								
									
										2
									
								
								emacs.d
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										2
									
								
								emacs.d
									
									
									
									
									
								
							@ -1 +1 @@
 | 
				
			|||||||
Subproject commit 9c7250a14ce1e13fb590a0c26a831e6243ea4318
 | 
					Subproject commit 0283f6475b4207ff4f2f217322075eacd02030fc
 | 
				
			||||||
@ -40,9 +40,9 @@
 | 
				
			|||||||
   ;; wrapped in a layer. If you need some configuration for these
 | 
					   ;; wrapped in a layer. If you need some configuration for these
 | 
				
			||||||
   ;; packages then consider to create a layer, you can also put the
 | 
					   ;; packages then consider to create a layer, you can also put the
 | 
				
			||||||
   ;; configuration in `dotspacemacs/config'.
 | 
					   ;; 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.
 | 
					   ;; 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
 | 
					   ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
 | 
				
			||||||
   ;; are declared in a layer which is not a member of
 | 
					   ;; are declared in a layer which is not a member of
 | 
				
			||||||
   ;; the list `dotspacemacs-configuration-layers'
 | 
					   ;; the list `dotspacemacs-configuration-layers'
 | 
				
			||||||
@ -176,6 +176,7 @@ before layers configuration."
 | 
				
			|||||||
        smtpmail-stream-type 'starttls
 | 
					        smtpmail-stream-type 'starttls
 | 
				
			||||||
        smtpmail-smtp-service 587
 | 
					        smtpmail-smtp-service 587
 | 
				
			||||||
        smtpmail-local-domain "gebner.org")
 | 
					        smtpmail-local-domain "gebner.org")
 | 
				
			||||||
 | 
					  (setq vdirel-repository "~/.contacts/contacts.vcf/")
 | 
				
			||||||
  (setq mu4e-get-mail-command "nm-online && mbsync -a"
 | 
					  (setq mu4e-get-mail-command "nm-online && mbsync -a"
 | 
				
			||||||
        mu4e-update-interval 300)
 | 
					        mu4e-update-interval 300)
 | 
				
			||||||
  (setq mu4e-attachment-dir "~/Downloads")
 | 
					  (setq mu4e-attachment-dir "~/Downloads")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user