fix(tazjin/emacs): Set notmuch custom variables through :custom
It seems like some of them end up file-local anyways, and the explicit call to `custom-set-variables` in mail-setup.el had seemingly no effect. Change-Id: Iad5011b5f8348b1ca5973813995c9644ac85ddf5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2610 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									a01fe5c06f
								
							
						
					
					
						commit
						eb110e9d7c
					
				
					 2 changed files with 4 additions and 5 deletions
				
			
		|  | @ -78,10 +78,10 @@ | |||
| (use-package multiple-cursors) | ||||
| 
 | ||||
| (use-package notmuch | ||||
|   :config | ||||
|   (setq notmuch-search-oldest-first nil) | ||||
|   (setq notmuch-show-all-tags-list t) | ||||
|   (setq notmuch-hello-tag-list-make-query "tag:unread")) | ||||
|   :custom | ||||
|   (notmuch-search-oldest-first nil) | ||||
|   (notmuch-show-all-tags-list t) | ||||
|   (notmuch-hello-tag-list-make-query "tag:unread")) | ||||
| 
 | ||||
| (use-package paredit :hook ((lisp-mode . paredit-mode) | ||||
|                             (emacs-lisp-mode . paredit-mode))) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue