remove jira integration

This commit is contained in:
Stefan Schwarz 2022-07-08 14:18:27 +02:00
parent 4bcc4d212a
commit daa736aee6

View file

@ -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)))