Update font

This commit is contained in:
Maciej 2020-02-14 08:47:09 +02:00
parent 77372c5093
commit 810d175372
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 36 additions and 8 deletions

9
snippets/erlang-mode/doc Normal file
View file

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: doc
# --
%%%-------------------------------------------------------------------
%%% @doc
%%%
%%% @end
%%%-------------------------------------------------------------------
$0

View file

@ -2,7 +2,7 @@
# name: preambule
# --
%%%-------------------------------------------------------------------
%%% @author Maciej Szlosarczyk (${1: maciej@sosek.net})
%%% @author Maciej Szlosarczyk (${1:maciej@sosek.net})
%%% @copyright (C) (${2:`(format-time-string "%Y")`}) Maciej Szlosarczyk
%%% @doc
%%%