feat: Add :defer-incrementally

Adds org-mode module for the sake of testing it.
This commit is contained in:
Madeleine Sydney
2025-01-15 16:56:12 -07:00
parent f08870dbc9
commit 3ecff5e898
5 changed files with 137 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ On boot, ...
- =/persist/vault/«user»= :: Persistent files belonging to specific users. This differs from the persistent home directories in that files are not necessarily linked anywhere.
** Deferring Emacs packages
Nearly all configuration of Emacs packages happens under the ~use-package~ macro. ~use-package~ has various keywords with special syntax for common tasks, such as instrumenting hooks, setting keybindings, and customising variables. You may be surprised to learn that these are not /just/ syntactic sugar }:) (I was).
@@ -161,10 +160,16 @@ CLOSED: [2025-01-03 Fri 20:40]
***** TODO Dailies
***** TODO Tags: project, readinglist
Disassemble project-ideas.org and reading-list.org into a individual roam nodes.
**** TODO Capture templates
*** TODO project.el
*** TODO Workspaces
*** TODO Prose minor mode
**** TODO Grammar-checking
@@ -447,6 +452,8 @@ https://discourse.nixos.org/t/what-to-do-with-a-full-boot-partition/2049
Remove a given host from =~/.ssh/known_hosts=. Something like =sed -i -e '/192.168.122.54/d' .ssh/known_hosts=.
Confirm by printing diff.
*** TODO =lets-temp [NAME]=
Create a new tempdir called ~[NAME]~, and cd into it.