From a01ea5d89a58b3a76451e4b966e427f46eb40c58 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 29 Aug 2025 10:17:36 +0200 Subject: emacs: Add the ‘fcrow’ snippet for Humanwave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/templates | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + > "
" + n> "" + n> q + n> "
") \ No newline at end of file -- cgit v1.2.3