aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-08 11:11:53 -0500
committerCraig Jennings <c@cjennings.net>2026-06-08 11:11:53 -0500
commit2f0d225eec84c36ad468b2cba3aa5615f5c924cb (patch)
treeb4fb123f0c4ac88edbef9799ab867b639d0571dc /modules
parentafcd4e517b5cd61750ed98a8d1b67d6f9323b0d2 (diff)
downloaddotemacs-2f0d225eec84c36ad468b2cba3aa5615f5c924cb.tar.gz
dotemacs-2f0d225eec84c36ad468b2cba3aa5615f5c924cb.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.el8
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