11 lines
221 B
Text
11 lines
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:
|