diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-08 11:11:53 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-08 11:11:53 -0500 |
| commit | 7d37548e113bcfb64b23aa56b4db74e8f437c703 (patch) | |
| tree | 66f6561c53fd683e52c147b3f83e2f4d89e39b84 /modules | |
| parent | aadd58acc268637f77cf814c023ae23eaf6a8485 (diff) | |
| download | dotemacs-7d37548e113bcfb64b23aa56b4db74e8f437c703.tar.gz dotemacs-7d37548e113bcfb64b23aa56b4db74e8f437c703.zip | |
chore(pearl): default to the deepsat workspace again
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.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/pearl-config.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pearl-config.el b/modules/pearl-config.el index b58812ee..52994219 100644 --- a/modules/pearl-config.el +++ b/modules/pearl-config.el @@ -57,10 +57,10 @@ :api-key-source (:auth-source :host "api.linear.app" :user "pearl-personal") :org-file "~/org/gtd/craigjennings.pearl.org" :default-team-id "ee285e6c-fcc9-4dd6-9292-c47f2df75b82"))) ;; Pearl - ;; Which workspace pearl opens into. Dogfooding the personal account through - ;; Sunday; flip back to "deepsat" to make work primary again (one string), or - ;; switch per-session at runtime with `M-x pearl-switch-account'. - (pearl-default-account "craigjennings")) + ;; Which workspace pearl opens into. Work is primary; switch per-session at + ;; runtime with `M-x pearl-switch-account' (e.g. to dogfood the personal + ;; "craigjennings" workspace). + (pearl-default-account "deepsat")) (provide 'pearl-config) ;;; pearl-config.el ends here |
