about summary refs log tree commit diff
path: root/users/grfn/emacs.d/packages.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-06-05T15·04+0200
committergrfn <grfn@gws.fyi>2021-06-05T15·25+0000
commit263958e4d390455d5318e8c413cfabfefcde7bbb (patch)
treedf64a5cc8d47250d7d2122868f59a32d4d050578 /users/grfn/emacs.d/packages.el
parent42c3da788177b8f39a092b7b12c5d030e0e54159 (diff)
feat(gs/emacs): Switch to org-tracker r/2646
Work is now using JIRA instead of Clubhouse, so I've started writing
org-tracker[0] as a pluggable-backend version of org-clubhouse (I'll
probably add github issue support as well!). This switches my personal
config to use that instead of org-clubhouse, including the
checkout-branch-with-ticket-id stuff I had locally.

[0]: https://github.com/glittershark/org-tracker

Change-Id: I3cf72d6640b155c92ca9ddd1d9d9b5167367951a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3180
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/emacs.d/packages.el')
-rw-r--r--users/grfn/emacs.d/packages.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/emacs.d/packages.el b/users/grfn/emacs.d/packages.el
index 9cac50c12d..de66b4b233 100644
--- a/users/grfn/emacs.d/packages.el
+++ b/users/grfn/emacs.d/packages.el
@@ -17,9 +17,9 @@
 (package! string-inflection)
 
 ;;; Org
-(package! org-clubhouse
+(package! org-tracker
   :recipe (:host file
-           :local-repo "~/code/org-clubhouse"))
+           :local-repo "~/code/org-tracker"))
 (package! org-alert)
 (package! ob-http)
 (package! ob-ipython)