Compare commits

..

No commits in common. "f7fe5de02319c5df8540510890425082254ef56c" and "4bcc4d212ab1cbed6d773b68d3fcc9568a35cb6f" have entirely different histories.

View file

@ -187,8 +187,10 @@
(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)))