about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/fat-arrow-function
blob: 694914a83c95f2345240b7cae7e25629a988f492 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: Fat arrow function
# key: faf
# --
() => {
  $1
}