diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 09:19:44 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 09:19:44 +1000 |
| commit | 62b9eded8a04e9236b62b8ecbfb0eaa2fd1a60d1 (patch) | |
| tree | 634d99711995e4c0352abc03d99d6136b2d3e56b /README.md | |
| parent | 0d787210e8be2ffe53a44c2d8af95c849c776f53 (diff) | |
refactor: simplify org config
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,9 +75,9 @@ emacs --batch -Q --load ./init.el ### 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. +There is a central `~/org/moc.org` note. It is a deliberately small, curated navigation surface for the notes system rather than an exhaustive index or system of record, and the config assumes the file already exists. -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. +The MOC opens automatically on Emacs startup through startup-hook behavior, but the config now just opens the file directly rather than creating it. `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. @@ -158,4 +158,4 @@ If you change terminal behavior, test it in a real `emacs -nw` session. Batch lo - Update `config.org` first, then regenerate `init.el` and `early-init.el`. - Keep this README aligned with the current configuration. If package usage, startup behavior, keybindings, or workflow changes, update this file in the same change. -- Do not document planned behavior as if it already exists.
\ No newline at end of file +- Do not document planned behavior as if it already exists. |
