summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-02 13:58:14 +1100
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-02 13:58:14 +1100
commit0d787210e8be2ffe53a44c2d8af95c849c776f53 (patch)
tree9e83aefce5c238504b01d39fa8cd91e23d673c62 /README.md
parent6107c2fe77e547a2d7c48150c48b19172b828d3c (diff)
Add central MOC startup note
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b03aab2..0f11dd3 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,14 @@ emacs --batch -Q --load ./init.el
## Workflow
+### MOC
+
+There is a central [moc.org](/Users/skas/org/moc.org) note at `~/org/moc.org`. It is a deliberately small, curated navigation surface for the notes system rather than an exhaustive index or system of record.
+
+The MOC opens automatically on Emacs startup through startup-hook behavior, but it is not configured as the default fallback buffer when nothing is open. `C-c n M` opens it manually at any time.
+
+Its Quick Access section provides actionable links for opening the agenda, today's note, capture, and a new note, while the rest of the file stays lightweight and curated around active projects, areas, and a few high-leverage resources.
+
### Daily notes
Daily notes are plain Org files in `~/org/daily/`, named by date. When a daily note is created through the config, it starts with these headings:
@@ -108,6 +116,7 @@ Denote handles long-lived notes. The main bindings are:
- `C-c n n` to open or create a Denote note.
- `C-c n l` to insert a Denote link.
+- `C-c n M` to open the central MOC note.
- `C-c n m` to create a PARA subdirectory from the minibuffer before capturing into it.
- `C-c n d` to open today's daily note.