diff options
Diffstat (limited to 'org/ao_utils.org')
-rw-r--r-- | org/ao_utils.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/ao_utils.org b/org/ao_utils.org index 8e6801f..2c3e342 100644 --- a/org/ao_utils.org +++ b/org/ao_utils.org @@ -83,12 +83,12 @@ string[string] scr_txt_marker = [ "navy" : "\033[34m*\033[0m ", "black" : "\033[30m*\033[0m " ]; -#+end_src +#+END_SRC * tangles ** code structure: :ao_util.d: #+name: tangle_ao_utils -#+BEGIN_SRC d :tangle ../lib/sdp/ao_utils.d :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_utils.d :padline no :exports none :noweb yes /* utils ao_util.d @@ -96,4 +96,4 @@ string[string] scr_txt_marker = [ mixin template ScreenTxtColors() { <<ao_utils>> } -#+end_src +#+END_SRC |