diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-01-24 18:10:49 +0100 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-06-13 00:04:20 +0200 |
commit | 4acae88cc92c8a137931396023634b2b23d0136a (patch) | |
tree | 1317b485fcd6d8b6be92f90c7214fdb3f2cd9872 /snippets/tempel | |
parent | a8347885b2a8daec0091f5f73786c64a3110f1ae (diff) |
Update scheme snippets.
* snippets/tempel/scheme-mode.eld: Update snippets.
Diffstat (limited to 'snippets/tempel')
-rw-r--r-- | snippets/tempel/scheme-mode.eld | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/snippets/tempel/scheme-mode.eld b/snippets/tempel/scheme-mode.eld index 21a5dd6..67fbc5b 100644 --- a/snippets/tempel/scheme-mode.eld +++ b/snippets/tempel/scheme-mode.eld @@ -79,9 +79,12 @@ scheme-mode (:phases\ "#:phases (modify-phases %standard-phases" n> p ")") +(:phases~\ "#:phases" + n> "#~(modify-phases %standard-phases" + n> p ")") -(add-before\ "(add-before '" p " '" p +(add-before\ "(add-before '" (p "next") " '" (p "previous") n > p ")") -(add-after\ "(add-after '" p " '" p +(add-after\ "(add-after '" (p "previous") " '" (p "next") n > p ")") -(replace\ "(replace '" p " " p")") +(replace\ "(replace '" (p "old") " " p ")") |