To use one or the other specify set variable to either `doom` or `spacemacs`. If no value is specified it will default to Spacemacs, though this may change in the future.
		
			
				
	
	
		
			21 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
################################################################################
 | 
						|
# MISC
 | 
						|
# Ignore the Mac artifacts.
 | 
						|
.DS_Store
 | 
						|
# Ignore the temp files created by emacs.
 | 
						|
*.#*
 | 
						|
# Keep todo local.
 | 
						|
*todo.org
 | 
						|
 | 
						|
################################################################################
 | 
						|
# Configs
 | 
						|
emacs/spacemacs.d/custom.el
 | 
						|
emacs/spacemacs.d/.spacemacs.env
 | 
						|
i3/config
 | 
						|
vim/backup/*
 | 
						|
vim/autoload/*
 | 
						|
vim/spell/*.spl
 | 
						|
vim/plugged
 | 
						|
vim/.netrwhist
 | 
						|
zsh/transient/*
 |