aboutsummaryrefslogtreecommitdiff
path: root/modules/pearl-config.el
Commit message (Collapse)AuthorAgeFilesLines
* chore(pearl): default to the deepsat workspace againCraig Jennings3 days1-4/+4
| | | | The dogfooding window for the personal "craigjennings" workspace has closed, so work is primary again. Switch per-session at runtime with M-x pearl-switch-account.
* feat(pearl): add multi-account config, rename module to pearl-configCraig Jennings5 days1-0/+66
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.