summaryrefslogtreecommitdiffstats
path: root/interhack
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
commitf056a90a481ee08201d81efb2a39632b4b552242 (patch)
tree9abfc9357b3fefe289b24086c80eb55738e4302f /interhack
parentc4d9088aab2bbe46733795ffd0f6dab59c6af284 (diff)
downloadconf-f056a90a481ee08201d81efb2a39632b4b552242.tar.gz
conf-f056a90a481ee08201d81efb2a39632b4b552242.zip
add vim modelines to various files for syntax highlighting
Diffstat (limited to 'interhack')
-rw-r--r--interhack/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/interhack/config b/interhack/config
index 2001e29..5837d88 100644
--- a/interhack/config
+++ b/interhack/config
@@ -1,5 +1,3 @@
-# vim:ft=perl:fdm=marker:
-
# main config {{{
nick "doy";
#server "sporkhack";
@@ -152,3 +150,5 @@ remap chr(14) => sub { $elbereths += 2; $magicbane ? "Ee ElberethElbereth\n" :
remap chr(22) => sub { $elbereths += 6; "E- Elbereth\nE- Elbereth\nE- Elbereth\nE- Elbereth\nE- Elbereth\nE- Elbereth\n> " }; # ^V to DfV
remap chr(23) => "aqny "; # ^W to work the castle drawbridge
# }}}
+
+# vim:ft=perl:fdm=marker: