diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-06-05T15·04+0200 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-06-05T15·25+0000 |
commit | 263958e4d390455d5318e8c413cfabfefcde7bbb (patch) | |
tree | df64a5cc8d47250d7d2122868f59a32d4d050578 /users/grfn/emacs.d/+bindings.el | |
parent | 42c3da788177b8f39a092b7b12c5d030e0e54159 (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/+bindings.el')
-rw-r--r-- | users/grfn/emacs.d/+bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |