From 9ed05f388d3cbd16a72f9ace130d1f59233354e7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 16 Feb 2026 05:14:28 -0600 Subject: chore(yasnippet): move snippets into emacs.d for source control Relocate snippets-dir from ~/sync/org/snippets/ to ~/.emacs.d/snippets/ and restore 28 snippet files from backup. --- snippets/org-mode/new drill item | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 snippets/org-mode/new drill item (limited to 'snippets/org-mode/new drill item') diff --git a/snippets/org-mode/new drill item b/snippets/org-mode/new drill item new file mode 100644 index 00000000..f0c6cc00 --- /dev/null +++ b/snippets/org-mode/new drill item @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: new drill item +# key: ndrill +# -- + +* $1 :drill: + +** Answer -- cgit v1.2.3