aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index a811b91..320021e 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -249,6 +249,8 @@ template InternalMarkup() {
auto tc_c = "┚";
auto tc_p = "┆";
auto img = "☼";
+ auto on_o = "「"; auto on_c = "」";
+ auto mk_bullet = "● ";
static string indent_by_spaces_provided(int indent, string _indent_spaces ="░░") {
_indent_spaces = replicate(_indent_spaces, indent);
return _indent_spaces;