summary refs log tree commit diff stats
path: root/snippets/emacs-lisp-mode/+feature
blob: 1b8a72136c4df55e7d423b2c7d1d51baa5fe7dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: snippet -*-
# name: +feature
# key: +f
# --
;;; `(file-name-nondirectory (buffer-file-name))` --- ${1:Title} -*- lexical-binding: t; -*-

;;; Commentary:

;;; Code:

$0

(provide '`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`)
;;; `(file-name-nondirectory (buffer-file-name))` ends here