depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
shared
/
.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
}