clo was difficult to use because `company-mode` suggested autocompletion candidates like "close", "clone", etc. With clg, this is significantly less likely.
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			82 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			82 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# name: Console.log helper
 | 
						|
# key: clg
 | 
						|
# --
 | 
						|
console.log($1) |