tvl-depot/emacs.d/snippets/emacs-lisp-mode/elisp-module-docs

11 lines
221 B
Text
Raw Normal View History

# -*- 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: