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