about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/fat-arrow-function
# -*- mode: snippet -*-
# name: Fat arrow function
# key: faf
# --
() => {
  $1
}