diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-06 18:23:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-06 18:23:41 -0500 |
| commit | 312988912a10bc858224c3cae22075f961cd5767 (patch) | |
| tree | 3f5e53ab1ba815db52bbb2db3be9d94631ae2391 /tests | |
| parent | 7de87b854e5b1e24b74621c2de0a58fd4038b7f0 (diff) | |
| download | dotemacs-312988912a10bc858224c3cae22075f961cd5767.tar.gz dotemacs-312988912a10bc858224c3cae22075f961cd5767.zip | |
feat(pearl): add multi-account config, rename module to pearl-config
The pearl package moved from a single Linear workspace to multi-account, so the config follows. pearl-accounts now declares two workspaces, one for work and one personal, each resolving its own API key from authinfo and rendering to its own Org file. pearl-default-account picks which one opens, and pearl-switch-account swaps at runtime.
This replaces the old single-account setup (pearl-org-file-path plus one pearl-api-key lookup). The module file moves from linear-config.el to pearl-config.el to match the package name. init.el, the module-headers allowlist, and the module-inventory row follow the rename.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-init-module-headers.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el index 2680a19c9..bbda23887 100644 --- a/tests/test-init-module-headers.el +++ b/tests/test-init-module-headers.el @@ -113,7 +113,7 @@ "jumper" "latex-config" ;; Batch 9 — Remaining domain / integration / optional modules (Layer 2-4) - "linear-config" + "pearl-config" "local-repository" "lorem-optimum" "mail-config" |
