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