diff options
author | mattkae <mattkae@protonmail.com> | 2023-07-09 19:37:21 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-07-09 19:37:21 -0400 |
commit | 97f97a6f529bc4d6ebe5e6a94c9ec1944d5e1986 (patch) | |
tree | 713224d3eedcd69ea58e1015a07f27dc1a92c587 /examples | |
parent | 2d8f8f885f8652c2b61a78467538b0903435f796 (diff) |
Various teeny tiny improvements
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.org b/examples/test.org index 7ec4839..832b5c4 100644 --- a/examples/test.org +++ b/examples/test.org @@ -5,7 +5,7 @@ - This is my list ** TODO This is a TODO entry -#+BEGIN_SRC js +#+BEGIN_SRC java function x() { const y = 10; |