diff options
author | Amin Bandali <bandali@gnu.org> | 2020-05-13 23:41:43 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-05-13 23:41:43 -0400 |
commit | a375439af46d4b00f8b94ac1153cdf8f3733fba2 (patch) | |
tree | 41aec63f6d39f4d4f73727a7769c5304ff5ca9ff | |
parent | de2973808c7034a7952e183e2a92805eb2485a56 (diff) | |
download | emacsconf-wiki-a375439af46d4b00f8b94ac1153cdf8f3733fba2.tar.xz emacsconf-wiki-a375439af46d4b00f8b94ac1153cdf8f3733fba2.zip |
fix formatting
-rw-r--r-- | colophon/oddmuse-config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colophon/oddmuse-config.md b/colophon/oddmuse-config.md index aac08db7..5968ecfe 100644 --- a/colophon/oddmuse-config.md +++ b/colophon/oddmuse-config.md @@ -1,6 +1,6 @@ ## config -```perl +<pre> # -*- mode: perl -*- use utf8; # this file contains utf8 strings. do "$ENV{OMHOME}/omecp.pl"; @@ -152,7 +152,7 @@ sub VidLinkRule{ } return; } -``` +</pre> ## server.conf |