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/includeq | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs/snippets/c-mode/includeq (limited to 'emacs/snippets/c-mode/includeq') diff --git a/emacs/snippets/c-mode/includeq b/emacs/snippets/c-mode/includeq new file mode 100644 index 0000000..99ffc56 --- /dev/null +++ b/emacs/snippets/c-mode/includeq @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: includeq +# key: incq +# -- +#include "$0" \ No newline at end of file -- cgit v1.2.3