From 263958e4d390455d5318e8c413cfabfefcde7bbb Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 5 Jun 2021 17:04:45 +0200 Subject: feat(gs/emacs): Switch to org-tracker 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 Tested-by: BuildkiteCI --- users/grfn/emacs.d/+bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn/emacs.d/+bindings.el') diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index d0d82ba72e25..1e95d8e2eb69 100644 --- a/users/grfn/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -353,7 +353,7 @@ private/hlissner/snippets." :desc "Store link" :n "l" #'org-store-link :desc "Browse notes" :n "N" #'+hlissner/browse-notes :desc "Org capture" :n "x" #'+org-capture/open - :desc "Create clubhouse story" :n "c" #'org-clubhouse-create-story + :desc "Create clubhouse story" :n "c" #'org-tracker-create-issue :desc "Archive subtree" :n "k" #'org-archive-subtree :desc "Goto clocked-in note" :n "g" #'org-clock-goto :desc "Clock Out" :n "o" #'org-clock-out) -- cgit 1.4.1