about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/emacs-lisp-mode/elisp-module-docs
# -*- 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: