diff options
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index 5bbaa43..b87a1f3 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -597,6 +597,7 @@ template InternalMarkup() { auto tc_o = "┏"; auto tc_c = "┚"; auto tc_p = "┆"; + auto mono = "■"; string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") { _indent_spaces = replicate(_indent_spaces, indent); return _indent_spaces; |