From 3b4590b1a745b06ce36cb558a4749923675e9b35 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 1 Jun 2025 10:55:23 -0400 Subject: Ready. Set. Go! --- emacs/snippets/c-mode/struct | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 emacs/snippets/c-mode/struct (limited to 'emacs/snippets/c-mode/struct') diff --git a/emacs/snippets/c-mode/struct b/emacs/snippets/c-mode/struct new file mode 100644 index 0000000..04df052 --- /dev/null +++ b/emacs/snippets/c-mode/struct @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: struct +# key: st +# -- +typedef struct { +} $0; \ No newline at end of file -- cgit v1.2.3