From 38893cc42e33fc3ab5b80ef592b66226b9ba91cf Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 11 Mar 2023 17:22:13 -0500 Subject: Using use-package everywhere, upgrade to org roam --- examples/test.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'examples/test.org') 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 + -- cgit v1.2.1