add snippet for elisp packages
This commit is contained in:
12
snippets/emacs-lisp-mode/package
Normal file
12
snippets/emacs-lisp-mode/package
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: Package
|
||||||
|
# group: templates
|
||||||
|
# key: ?package
|
||||||
|
# contributor: Daniel Weschke
|
||||||
|
# --
|
||||||
|
;;; ${1:`(file-name-nondirectory (file-name-sans-extension buffer-file-name))`}.el --- ${2:Summary} -*- lexical-binding: t -*-
|
||||||
|
;;; Commentary:
|
||||||
|
;;; Code:
|
||||||
|
$0
|
||||||
|
(provide '$1)
|
||||||
|
;;; $1.el ends here
|
||||||
Reference in New Issue
Block a user