diff options
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rjsx-mode/fat-arrow-function')
-rw-r--r-- | configs/shared/.emacs.d/snippets/rjsx-mode/fat-arrow-function | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/snippets/rjsx-mode/fat-arrow-function b/configs/shared/.emacs.d/snippets/rjsx-mode/fat-arrow-function new file mode 100644 index 000000000000..694914a83c95 --- /dev/null +++ b/configs/shared/.emacs.d/snippets/rjsx-mode/fat-arrow-function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Fat arrow function +# key: faf +# -- +() => { + $1 +} \ No newline at end of file |