Moving all of my Emacs-related files into their own directory at the root of this repository.
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			221 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			221 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: Elisp module docs
 | |
| # key: emd
 | |
| # --
 | |
| ;;; `(-> (buffer-file-name) f-filename)` --- $2 -*- lexical-binding: t -*-
 | |
| ;; Author: William Carroll <wpcarro@gmail.com>
 | |
| 
 | |
| ;;; Commentary:
 | |
| ;; $3
 | |
| 
 | |
| ;;; Code: |