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/emacs-lisp-mode/elisp-ifthen | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 snippets/emacs-lisp-mode/elisp-ifthen (limited to 'snippets/emacs-lisp-mode/elisp-ifthen') diff --git a/snippets/emacs-lisp-mode/elisp-ifthen b/snippets/emacs-lisp-mode/elisp-ifthen new file mode 100644 index 00000000..efe61f83 --- /dev/null +++ b/snippets/emacs-lisp-mode/elisp-ifthen @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: elifthen +# key: >elifthen +# -- + +(if ($1 condition) + (progn + $2 ; if statements + ; go here + ) + $2 ; else statements + ; go here +) \ No newline at end of file -- cgit v1.2.3