diff options
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/import-x-from-y')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/import-x-from-y | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/import-x-from-y b/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/import-x-from-y new file mode 100644 index 000000000000..09fa6df50506 --- /dev/null +++ b/users/wpcarro/emacs/.emacs.d/snippets/rjsx-mode/import-x-from-y @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: import x from y +# key: ix +# -- +import $1 from '$2' \ No newline at end of file |