Add snippets/

This commit is contained in:
Case Duckworth 2022-01-13 21:59:30 -06:00
parent caf8d7aa54
commit b495c3b20c
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,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