Moving all of my Emacs-related files into their own directory at the root of this repository.
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: public static void main
 | |
| # key: psvm
 | |
| # --
 | |
| public static void main(String[] args) {
 | |
|     $1
 | |
| } |