about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/snippets/emacs-lisp-mode/function
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.emacs.d/snippets/emacs-lisp-mode/function')
-rw-r--r--configs/shared/.emacs.d/snippets/emacs-lisp-mode/function8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/shared/.emacs.d/snippets/emacs-lisp-mode/function b/configs/shared/.emacs.d/snippets/emacs-lisp-mode/function
deleted file mode 100644
index bfa888d5265d..000000000000
--- a/configs/shared/.emacs.d/snippets/emacs-lisp-mode/function
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: Function
-# key: fn
-# expand-env: ((yas-indent-line 'fixed))
-# --
-(defun $1 ($2)
-  "$3"
-  $4)
\ No newline at end of file