aboutsummaryrefslogtreecommitdiff
path: root/.config/rdm
diff options
context:
space:
mode:
Diffstat (limited to '.config/rdm')
-rw-r--r--.config/rdm/config.toml6
-rw-r--r--.config/rdm/templates/kinds/grammar.raku4
2 files changed, 0 insertions, 10 deletions
diff --git a/.config/rdm/config.toml b/.config/rdm/config.toml
deleted file mode 100644
index ec5d460..0000000
--- a/.config/rdm/config.toml
+++ /dev/null
@@ -1,6 +0,0 @@
-[new]
-path = "/home/tyil/projects/personal/raku-modules"
-author = "Patrick Spek <p.spek@tyil.nl>"
-
-[add]
-prepend-license-lines = ""
diff --git a/.config/rdm/templates/kinds/grammar.raku b/.config/rdm/templates/kinds/grammar.raku
deleted file mode 100644
index 83a89d5..0000000
--- a/.config/rdm/templates/kinds/grammar.raku
+++ /dev/null
@@ -1,4 +0,0 @@
-unit grammar {{ this.provide }};
-
-token TOP {
-}