diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-08-29 10:17:36 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-08-29 10:17:36 +0200 |
commit | a01ea5d89a58b3a76451e4b966e427f46eb40c58 (patch) | |
tree | 804254338f8afe16dcad96ac4c89a55f40c53163 /.config/emacs/templates | |
parent | 43e7f3b1acbf6870ce2b62bef3e34015d2f3a9c6 (diff) |
emacs: Add the ‘fcrow’ snippet for Humanwave
Diffstat (limited to '.config/emacs/templates')
-rw-r--r-- | .config/emacs/templates | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/emacs/templates b/.config/emacs/templates index 6749183..ad4e97a 100644 --- a/.config/emacs/templates +++ b/.config/emacs/templates @@ -27,4 +27,12 @@ emacs-lisp-mode (buffer-name))) " --- " p " -*- lexical-binding: t; -*-" n n q) -(section "\f" n ";;; " p n n q)
\ No newline at end of file +(section "\f" n ";;; " p n n q) + +vue-ts-mode + +(fcrow + > "<div class=\"fc-row\">" + n> "<label>{{ _('" p "') }}</label>" + n> q + n> "</div>")
\ No newline at end of file |