mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| (define-abbrev-table 'fundamental-mode-abbrev-table '(
 | |
| 	("cat" "Concatenate" nil 0)
 | |
| 	("WTF" "World Trade Federation " nil 0)
 | |
| 	("rtbtm" "Read that back to me" nil 0)))
 | |
| 
 | |
| (define-abbrev-table 'shell-script-mode-abbrev-table '(
 | |
| 	("brake", "bundle rake exec" nil 0)
 | |
| 	("pls", "warning: setting Encoding.default_external")))
 |