Change clo -> clg for console.log snippet
clo was difficult to use because `company-mode` suggested autocompletion candidates like "close", "clone", etc. With clg, this is significantly less likely.
This commit is contained in:
		
							parent
							
								
									9c6e1717d4
								
							
						
					
					
						commit
						a8613cfbd4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
# -*- mode: snippet -*-
 | 
			
		||||
# name: Console.log helper
 | 
			
		||||
# key: clo
 | 
			
		||||
# key: clg
 | 
			
		||||
# --
 | 
			
		||||
console.log($1)
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue