diff options
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r-- | org/meta_debugs.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org index 71c3d55..b94d5b2 100644 --- a/org/meta_debugs.org +++ b/org/meta_debugs.org @@ -29,7 +29,7 @@ template spineDebugs() { const S contents, T doc_matters, ) { - mixin spineRgxInit; + mixin spineRgxIn; mixin InternalMarkup; <<initialize>> <<meta_output_debugs>> @@ -71,7 +71,7 @@ import #+NAME: initialize #+BEGIN_SRC d -static auto rgx = Rgx(); +static auto rgx = RgxI(); auto markup = InlineMarkup(); string key; #+END_SRC |