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