about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/emacs-lisp-mode/elisp-module-docs
blob: 8ea7b8f077242f88c67efd2f59ca2ad85ad613b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- 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: