summaryrefslogtreecommitdiff
path: root/snippets/emacs-lisp-mode/elisp-header
blob: 7cc53ba5943f461150169f5f515da10335c56bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- mode: snippet -*-
# name: elisp-header
# key: >elheader
# --
;;; `(file-name-nondirectory buffer-file-name)` --- $1 -*- coding: utf-8; lexical-binding: t; -*-

;;; Commentary:
;; $0

;;; Code: