diff options
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index 88e724d..d96e2bb 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -291,7 +291,7 @@ template InternalMarkup() { string tc_c = "┚"; string tc_p = "┆"; string img = "☼"; - string sep = "␣"; + string sep = "␣"; // "~"; string on_o = "「"; string on_c = "」"; string mk_bullet = "● "; static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") { |