aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-06-06 17:46:46 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitd18c6be61b70598e9c605db92103bf4e1054f15e (patch)
tree0bb7922b9a5667a549ac4e4e078c100bbf742dbe /org/default_misc.org
parentheading auto-numbering, fixes (diff)
headings & toc, monospace and links, fix
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org1
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;