summaryrefslogtreecommitdiff
path: root/templates/modload.erb
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-08-15 11:12:59 +0200
committerSteffen Zieger <me@saz.sh>2014-08-15 11:12:59 +0200
commite2130b3f62240fb42103b9e07fb5acd0736fc44a (patch)
treed2597b73fd88eac488f4f05d4326547e5b0c43ea /templates/modload.erb
parent5c4b129eda064d5cfec7edcb320ef769bc302345 (diff)
parent88a64597732e5e4aac20597bd492b2cfdf412b85 (diff)
Merge pull request #99 from jae2/jed2
Allow option to avoid loading imfile module twice.
Diffstat (limited to 'templates/modload.erb')
-rw-r--r--templates/modload.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/modload.erb b/templates/modload.erb
new file mode 100644
index 0000000..a14a612
--- /dev/null
+++ b/templates/modload.erb
@@ -0,0 +1,3 @@
+<% @extra_modules.each do |mod| -%>
+$ModLoad <%= mod %>
+<% end -%>