From 237da46f1a982ed9b9f6cbbb41487e632e320c97 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jan 2014 12:30:54 +0100 Subject: Add snippet --- .emacs.d/snippets/html-mode/trans-with-cap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .emacs.d/snippets/html-mode/trans-with-cap (limited to '.emacs.d/snippets') diff --git a/.emacs.d/snippets/html-mode/trans-with-cap b/.emacs.d/snippets/html-mode/trans-with-cap new file mode 100644 index 0000000..4f20a33 --- /dev/null +++ b/.emacs.d/snippets/html-mode/trans-with-cap @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: trans with cap +# key: trans +# condition: pony-tpl-minor-mode +# -- +{% trans "$1"|capfirst %} \ No newline at end of file -- cgit v1.2.3-54-g00ecf