Skip to content

Commit c750735

Browse files
committed
chore(atlassian): add jira
1 parent 2bdc0ad commit c750735

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

cats/+confluence.el renamed to cats/+atlassian.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
:ensure org-contrib
66
:after org)
77

8+
(use-package jira
9+
:custom
10+
(jira-base-url (getenv "JIRA_URL")))
11+
812
(use-package confluence
913
:disabled
1014
:vc (confluence

cats/+keymap.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"D" 'docker
4040
"g" #'igist-dispatch
4141
"i" 'cat-im-prefix
42+
"j" #'jira-issues
4243
"l" #'elogcat
4344
"m" #'cat-mail/body
4445
"n" #'deft

config.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
(cat! "+gist")
135135
(cat! "+beancount")
136136
(cat! "+diagram-preview")
137-
(cat! "+confluence")
137+
(cat! "+atlassian")
138138
(cat! "+chezmoi")
139139
(cat! "+undo")
140140
(cat! "+blog")

0 commit comments

Comments
 (0)