diff options
| author | 2026-01-08 12:12:57 -0800 | |
|---|---|---|
| committer | 2026-01-08 12:12:57 -0800 | |
| commit | bc8b6a7c255ec7fa13f5a1e7533da0fa5f2e5b58 (patch) | |
| tree | 58dd7398f1c9a7f9016bfa9e1c65d748b1ea3f2a /oni-php/snippets/php-mode/function | |
| parent | 15047038f7d109e029bff2ff4308fb91c78de2c0 (diff) | |
| download | emacs-config-bc8b6a7c255ec7fa13f5a1e7533da0fa5f2e5b58.tar.gz emacs-config-bc8b6a7c255ec7fa13f5a1e7533da0fa5f2e5b58.zip | |
oni-php: Remove unused snippet
Diffstat (limited to 'oni-php/snippets/php-mode/function')
| -rw-r--r-- | oni-php/snippets/php-mode/function | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oni-php/snippets/php-mode/function b/oni-php/snippets/php-mode/function deleted file mode 100644 index ab4cf2c..0000000 --- a/oni-php/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 |
