Add your own custom snippets

This commit is contained in:
Maciej 2019-10-03 10:01:16 +03:00
parent bd480d3c12
commit 107a59f9b0
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
14 changed files with 80 additions and 25 deletions

View file

@ -0,0 +1,8 @@
;;;-------------------------------------------------------------------
;;; 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")`}
;;;-------------------------------------------------------------------

View 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

3
snippets/js-mode/ar Normal file
View file

@ -0,0 +1,3 @@
(${1:a}) => {
$0
}

3
snippets/tide-mode/ar Normal file
View file

@ -0,0 +1,3 @@
(${1:a}) => {
$0
}

3
snippets/web-mode/ar Normal file
View file

@ -0,0 +1,3 @@
(${1:a}) => {
$0
}