Moving all of my Emacs-related files into their own directory at the root of this repository.
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			107 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			107 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: Dunder main (__main__)
 | |
| # key: mn
 | |
| # --
 | |
| if __name__ == "__main__":
 | |
|     main() |