aboutsummaryrefslogtreecommitdiff
path: root/journal/20230704.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-07-13 22:58:59 +0800
committerPreston Pan <preston@nullring.xyz>2023-07-13 22:58:59 +0800
commitc335c05f511a373681d8644500d7750a519f58fa (patch)
treea1fa2737bc88c52ed8d0b894af772b6c41009462 /journal/20230704.org
parent5362e381bcf1b1fe212ff3d550f61c9d55cd18e6 (diff)
add a lot of things
Diffstat (limited to 'journal/20230704.org')
-rw-r--r--journal/20230704.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/journal/20230704.org b/journal/20230704.org
new file mode 100644
index 0000000..d9ce56a
--- /dev/null
+++ b/journal/20230704.org
@@ -0,0 +1,22 @@
+#+TITLE: Daily Journal
+#+STARTUP: showeverything
+#+DESCRIPTION: My daily journal entry
+#+AUTHOR: Preston Pan
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../style.css" />
+#+html_head: <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+#+html_head: <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+#+options: broken-links:t
+* Tuesday, 04 July 2023
+** 12:49
+I haven't done a journal entry for a while, but there are a couple
+of things that are pretty cool and new. I've fixed all my emacs
+config internal bugs, and so the only thing left to do in order
+to make my emacs config perfect is try to do everything in emacs.
+EXWM already sort of achieves this goal, but I want to open the least
+amount of x window buffers as possible as well. Therefore, I've started
+using eww more, and it is actually good. Additionally, I've started
+using GNU Info more and the documentation is actually really good.
+
+I've also been experimenting with eshell. It feels highly integrated
+because of how you can use shell functions as well as lisp functions
+all in one REPL.