use a bit more orgmode
This commit is contained in:
parent
94177a0928
commit
a53e407029
1 changed files with 26 additions and 0 deletions
26
init.el
26
init.el
|
@ -165,6 +165,10 @@
|
||||||
|
|
||||||
|
|
||||||
;; code-with-fun
|
;; code-with-fun
|
||||||
|
(use-package org-jira :ensure t
|
||||||
|
:config
|
||||||
|
(setq jiralib-url "https://coordinatr.thomann.de"))
|
||||||
|
(use-package evil-org :ensure t)
|
||||||
(use-package direnv :ensure t
|
(use-package direnv :ensure t
|
||||||
:config
|
:config
|
||||||
(direnv-mode))
|
(direnv-mode))
|
||||||
|
@ -359,6 +363,28 @@
|
||||||
"fT" 'treemacs-find-file
|
"fT" 'treemacs-find-file
|
||||||
"f M-t" 'treemacs-find-tag
|
"f M-t" 'treemacs-find-tag
|
||||||
|
|
||||||
|
;; Jira
|
||||||
|
"jpg" 'org-jira-get-projects
|
||||||
|
"jib" 'org-jira-browse-issue
|
||||||
|
"jig" 'org-jira-get-issues
|
||||||
|
"jij" 'org-jira-get-issues-from-custom-jql
|
||||||
|
"jih" 'org-jira-get-issues-headonly
|
||||||
|
"jiu" 'org-jira-update-issue
|
||||||
|
"jiw" 'org-jira-progress-issue
|
||||||
|
"jin" 'org-jira-progress-issue-next
|
||||||
|
"jia" 'org-jira-assign-issue
|
||||||
|
"jir" 'org-jira-refresh-issue
|
||||||
|
"jiR" 'org-jira-refresh-issues-in-buffer
|
||||||
|
"jic" 'org-jira-create-issue
|
||||||
|
"jik" 'org-jira-copy-current-issue-key
|
||||||
|
"jsc" 'org-jira-create-subtask
|
||||||
|
"jsg" 'org-jira-get-subtasks
|
||||||
|
"jcc" 'org-jira-add-comment
|
||||||
|
"jcu" 'org-jira-update-comment
|
||||||
|
"jwu" 'org-jira-update-worklogs-from-org-clocks
|
||||||
|
"jtj" 'org-jira-todo-to-jira
|
||||||
|
"jif" 'org-jira-get-issues-by-fixversion
|
||||||
|
|
||||||
;; Window
|
;; Window
|
||||||
"w" '(:ignore t :which-key "Window")
|
"w" '(:ignore t :which-key "Window")
|
||||||
"w=" 'balance-windows-area
|
"w=" 'balance-windows-area
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue