aboutsummaryrefslogtreecommitdiff
path: root/.config/rdm
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-17 11:31:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:40 +0200
commit48508c1d2e18b2bc2e6d75697b46189b0bafc98d (patch)
tree22b3bfa4e81b0e81d6967fdec6e81db64044dc61 /.config/rdm
parentca69a254f8351e0a23c86ee8075a33ec8c7e7503 (diff)
Rename rdm configs to rakumod configs
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 {
-}