diff options
| author | 2026-05-05 11:42:37 -0700 | |
|---|---|---|
| committer | 2026-05-05 11:42:37 -0700 | |
| commit | 2d8e3c917d24894071f81913052d49eba858107a (patch) | |
| tree | 2636cb4e1e6859de5bede0df3e6112cc35335715 /oni-php/snippets/php-mode/todo-comment | |
| parent | d01b3db1383d6b967455782b8668ed3a3f9c22b1 (diff) | |
| download | emacs-config-2d8e3c917d24894071f81913052d49eba858107a.tar.gz emacs-config-2d8e3c917d24894071f81913052d49eba858107a.zip | |
oni-php: Update some snippets
Diffstat (limited to 'oni-php/snippets/php-mode/todo-comment')
| -rw-r--r-- | oni-php/snippets/php-mode/todo-comment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/todo-comment b/oni-php/snippets/php-mode/todo-comment new file mode 100644 index 0000000..a079ce8 --- /dev/null +++ b/oni-php/snippets/php-mode/todo-comment @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: todo-comment +# key: /t +# -- +`comment-start``(if (looking-back " " 2) " " "")`TODO: $0`comment-end`
\ No newline at end of file |
