about summary refs log tree commit diff
path: root/emacs/.emacs.d/snippets/racket-mode/lambda-symbol
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/racket-mode/lambda-symbol')
-rw-r--r--emacs/.emacs.d/snippets/racket-mode/lambda-symbol5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/racket-mode/lambda-symbol b/emacs/.emacs.d/snippets/racket-mode/lambda-symbol
new file mode 100644
index 0000000000..254b9fd96b
--- /dev/null
+++ b/emacs/.emacs.d/snippets/racket-mode/lambda-symbol
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: Lambda symbol
+# key: l
+# --
+λ
\ No newline at end of file