aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dashboard-config-launchers.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 07:45:14 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 07:45:14 -0500
commiteed13bd4b8510ba5e0f48aa6d8dc15f77d1e335d (patch)
tree27943e43554078099c1ecc842cece547b5e7f425 /tests/test-dashboard-config-launchers.el
parent084405c09032cb6e2d3af85d376d46da036b245e (diff)
downloaddotemacs-eed13bd4b8510ba5e0f48aa6d8dc15f77d1e335d.tar.gz
dotemacs-eed13bd4b8510ba5e0f48aa6d8dc15f77d1e335d.zip
refactor(linear): point config at the renamed pearl package
The linear-emacs package was renamed to pearl (~/code/pearl, feature pearl, all symbols pearl-*). Swapped every linear-emacs-* reference to pearl-* across linear-config.el (the use-package form, :load-path, the 26 :commands, the api-key/default-team-id/org-file-path vars, and the lazy-key advice targets pearl--graphql-request-async and pearl-check-setup), the dashboard launcher, and the two test files. Kept the Linear-domain naming intact, since pearl is just a client for the Linear service: the C-; L prefix, the cj/linear-* wrapper helpers, the "Linear" dashboard label, the api.linear.app authinfo host, and the data/linear.org synced file are unchanged. Verified the wiring in a live daemon — pearl loads, the team id and org-file path apply, and the key advice installs on both entry points.
Diffstat (limited to 'tests/test-dashboard-config-launchers.el')
-rw-r--r--tests/test-dashboard-config-launchers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dashboard-config-launchers.el b/tests/test-dashboard-config-launchers.el
index f6dfb042..cb925075 100644
--- a/tests/test-dashboard-config-launchers.el
+++ b/tests/test-dashboard-config-launchers.el
@@ -94,7 +94,7 @@ Slack and Linear sharing the last row."
((symbol-function 'cj/erc-switch-to-buffer-with-completion) (lambda (&rest _) (push 'irc calls)))
((symbol-function 'cj/slack-start) (lambda (&rest _) (push 'slack calls)))
((symbol-function 'cj/telega) (lambda (&rest _) (push 'tg calls)))
- ((symbol-function 'linear-emacs-list-issues) (lambda (&rest _) (push 'linear calls))))
+ ((symbol-function 'pearl-list-issues) (lambda (&rest _) (push 'linear calls))))
(cj/dashboard--bind-launchers map)
(dolist (key test-dash--keys)
(call-interactively (keymap-lookup map key)))