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