From 3cdaae68fd7696e6e9a41a0e09533f9b46082d16 Mon Sep 17 00:00:00 2001 From: John Sigman Date: Thu, 5 Sep 2024 19:42:00 -0400 Subject: [PATCH] no indent in src --- snippets/org-mode/src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/org-mode/src b/snippets/org-mode/src index 0e7f6fb..bbf7f56 100644 --- a/snippets/org-mode/src +++ b/snippets/org-mode/src @@ -2,5 +2,5 @@ # name: src-script # -- #+begin_${1:$$(yas-choose-value '("src"))} ${2:$$(yas-choose-value '("bash" "ruby" "elisp"))} :results output - $0 -#+end_$1 \ No newline at end of file +$0 +#+end_$1