Define CL snippet for an untyped function
For the times when I'd like to be DyNaMiC.
This commit is contained in:
		
							parent
							
								
									37f8ca04f2
								
							
						
					
					
						commit
						3732ed4795
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								configs/shared/.emacs.d/snippets/lisp-mode/function
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								configs/shared/.emacs.d/snippets/lisp-mode/function
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					# -*- mode: snippet -*-
 | 
				
			||||||
 | 
					# name: Function
 | 
				
			||||||
 | 
					# key: fn
 | 
				
			||||||
 | 
					# --
 | 
				
			||||||
 | 
					(defun $1 ($2)
 | 
				
			||||||
 | 
					  "$3"
 | 
				
			||||||
 | 
					  $4)
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue