diff options
author | Griffin Smith <root@gws.fyi> | 2022-07-21T03·45-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-21T03·50+0000 |
commit | 046dbe350196d474bab3f16150d50e08da547918 (patch) | |
tree | c399459c0dcb8add939ee715b7255c111c722dce /users | |
parent | 3e17c1613d81f4d6ea412f344fecc3deff886c21 (diff) |
fix(grfn/emacs): Install jiralib2 r/4311
I don't want to try to investigate why this isn't happening via org-tracker, at least right now Change-Id: I67b8f9a82e7025dde468350a6cc24674c622306e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5967 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/emacs.d/packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/packages.el b/users/grfn/emacs.d/packages.el index bc323c116ccd..7c79f6b5d48b 100644 --- a/users/grfn/emacs.d/packages.el +++ b/users/grfn/emacs.d/packages.el @@ -20,6 +20,7 @@ (package! org-tracker :recipe (:host file :local-repo "~/code/org-tracker")) +(package! jiralib2) (package! org-alert) (package! ob-http) (package! ob-ipython) |