From 3c8e6f0cc5eac51e369b8ffbd0441366cdc6da40 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Apr 2018 13:26:53 -0400 Subject: Support updated emacs Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila! --- emacs.d/snippets/rjsx-mode/import-x-from-y | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs.d/snippets/rjsx-mode/import-x-from-y (limited to 'emacs.d/snippets/rjsx-mode/import-x-from-y') diff --git a/emacs.d/snippets/rjsx-mode/import-x-from-y b/emacs.d/snippets/rjsx-mode/import-x-from-y new file mode 100644 index 000000000000..09fa6df50506 --- /dev/null +++ b/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 -- cgit 1.4.1