aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-module-headers.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-06 18:23:41 -0500
committerCraig Jennings <c@cjennings.net>2026-06-06 18:23:41 -0500
commitd14ac7b2c60717939994f8d8b94f4cf1f14e1527 (patch)
treef53bedf4262e8d74190700304e7746170e27a8bd /tests/test-init-module-headers.el
parenta7fcbc673f46a72fab703403b1d5380913770e8d (diff)
downloaddotemacs-d14ac7b2c60717939994f8d8b94f4cf1f14e1527.tar.gz
dotemacs-d14ac7b2c60717939994f8d8b94f4cf1f14e1527.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/test-init-module-headers.el')
-rw-r--r--tests/test-init-module-headers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el
index 2680a19c..bbda2388 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"