summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/erlang-mode/mod
blob: 7275d39d521815a2b70df23c83e9c395e06527af (plain) (blame)
1
2
3
4
5
6
#name : -module().
#contributor : hitesh <hitesh.jasani@gmail.com>
# --
-module(${1:`(file-name-nondirectory
              (file-name-sans-extension (or (buffer-file-name) (buffer-name))))`}).
$0