diff options
author | mattkae <mattkae@protonmail.com> | 2023-03-11 17:22:13 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-03-11 17:22:13 -0500 |
commit | 38893cc42e33fc3ab5b80ef592b66226b9ba91cf (patch) | |
tree | d47b5588c892f9f16c3785afe856958d139c5e8d /examples | |
parent | 8ed31715bf05c33918c6926c36f510d838521d6a (diff) |
Using use-package everywhere, upgrade to org roam
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.org | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/examples/test.org b/examples/test.org index 5cf589a..7ec4839 100644 --- a/examples/test.org +++ b/examples/test.org @@ -1,4 +1,16 @@ +#+TITLE: Org Mode Test + * Org - Hello world - This is my list -** TODO +** TODO This is a TODO entry + +#+BEGIN_SRC js + + function x() { + const y = 10; + return y; + } + +#+END_SRC + |