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
commit560cacd91f0120225c4b795aaabebbf0598df918 (patch)
treede77a7e49955b8cee0f00acd36d67d3a43893f51 /modules
parent1b58bd9bf5d5d9e41bccca0b476bd13bc83a5084 (diff)
downloaddotemacs-560cacd91f0120225c4b795aaabebbf0598df918.tar.gz
dotemacs-560cacd91f0120225c4b795aaabebbf0598df918.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 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