aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/php-mode/function
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/php-mode/function')
-rw-r--r--emacs/.emacs.d/snippets/php-mode/function8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/snippets/php-mode/function b/emacs/.emacs.d/snippets/php-mode/function
deleted file mode 100644
index ab4cf2c..0000000
--- a/emacs/.emacs.d/snippets/php-mode/function
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet; require-final-newline: nil -*-
-# name: function
-# key: function
-# --
-function $1($2)
-{
- $0
-} \ No newline at end of file