Add your own custom snippets
This commit is contained in:
parent
bd480d3c12
commit
107a59f9b0
14 changed files with 80 additions and 25 deletions
12
snippets/erlang-mode/preambule
Normal file
12
snippets/erlang-mode/preambule
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: preambule
|
||||
# --
|
||||
%%%-------------------------------------------------------------------
|
||||
%%% @author Maciej Szlosarczyk (${1: maciej@sosek.net})
|
||||
%%% @copyright (C) (${2:`(format-time-string "%Y")`}) Maciej Szlosarczyk
|
||||
%%% @doc
|
||||
%%%
|
||||
%%% @end
|
||||
%%% Created: ${3:`(format-time-string "%d %b %Y")`}
|
||||
%%%-------------------------------------------------------------------
|
||||
$0
|
||||
Loading…
Add table
Add a link
Reference in a new issue