remove jira integration
This commit is contained in:
parent
4bcc4d212a
commit
daa736aee6
1 changed files with 1 additions and 3 deletions
4
init.el
4
init.el
|
@ -187,10 +187,8 @@
|
|||
(use-package lsp-pyright
|
||||
:ensure t
|
||||
:hook (python-mode . (lambda () (require 'lsp-pyright) (lsp))))
|
||||
|
||||
;; code-with-fun
|
||||
(use-package org-jira :ensure t
|
||||
:config
|
||||
(setq jiralib-url "https://coordinatr.thomann.de"))
|
||||
(use-package evil-org :ensure t
|
||||
:after org
|
||||
:hook (org-mode . (lambda () evil-org-mode)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue