Compare commits
No commits in common. "f7fe5de02319c5df8540510890425082254ef56c" and "4bcc4d212ab1cbed6d773b68d3fcc9568a35cb6f" have entirely different histories.
f7fe5de023
...
4bcc4d212a
1 changed files with 10 additions and 8 deletions
4
init.el
4
init.el
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue