about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/snippets/js2-mode/context
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/emacs.d/snippets/js2-mode/context')
-rw-r--r--users/glittershark/emacs.d/snippets/js2-mode/context7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/glittershark/emacs.d/snippets/js2-mode/context b/users/glittershark/emacs.d/snippets/js2-mode/context
deleted file mode 100644
index d83809f3c35e..000000000000
--- a/users/glittershark/emacs.d/snippets/js2-mode/context
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: context
-# key: context
-# --
-context('$1', function() {
-              $2
-})