Skip to content

Commit 222e9dd

Browse files
committed
feat(project): add initial support for org-jira
1 parent 384fd38 commit 222e9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/me-project.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
((derived-mode-p 'markdown-mode 'git-commit-mode) (format "[%s](%s)" id link))
104104
(t link))))))
105105

106+
(use-package org-jira
107+
:straight (:host github :repo "ahungry/org-jira"))
108+
106109

107110
(provide 'me-project)
108111

0 commit comments

Comments
 (0)