about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/snippets/rjsx-mode/const-function
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.emacs.d/snippets/rjsx-mode/const-function')
-rw-r--r--configs/shared/.emacs.d/snippets/rjsx-mode/const-function7
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/.emacs.d/snippets/rjsx-mode/const-function b/configs/shared/.emacs.d/snippets/rjsx-mode/const-function
deleted file mode 100644
index 13f2018f2269..000000000000
--- a/configs/shared/.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