me
/
guix
Archived
1
0
Fork 0

etc: Add tempel snippet for :phases.

* etc/snippets/tempel/scheme-mode (:phases, add-before\ , add-after\ )
(replace\ ): New snippets.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Nicolas Graves 2022-08-12 10:58:49 +02:00 committed by Liliana Marie Prikler
parent c4acaf4120
commit 0928b82070
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 9 additions and 0 deletions

View File

@ -78,3 +78,12 @@ scheme-mode
"(bzr-reference"
n> "(url \"" p "\")"
n> "(revision \"" p "\"))")
(:phases\ "#:phases (modify-phases %standard-phases"
n> p ")")
(add-before\ "(add-before '" p " '" p
n > p ")")
(add-after\ "(add-after '" p " '" p
n > p ")")
(replace\ "(replace '" p " " p")")