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 | 18598bad8036638806b00ab7d05061b1253e5042 (patch) | |
| tree | 9ad4350bfcbc30e4706566d5bb68efb65205607c /modules | |
| parent | 337e02355d0c0a5f54fa88549ce0ff5cc168c15a (diff) | |
| download | dotemacs-18598bad8036638806b00ab7d05061b1253e5042.tar.gz dotemacs-18598bad8036638806b00ab7d05061b1253e5042.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 b58812ee7..52994219b 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 |
