python: Add config for python

This commit is contained in:
finga 2024-08-13 14:25:56 +02:00
parent dd9c1d80d3
commit 7f78d9a9a3
4 changed files with 10 additions and 0 deletions

View file

@ -39,5 +39,6 @@
(use-package lsp-mode
:ensure t
:hook
(python-mode . lsp-deferred)
(rust-mode . lsp-deferred)
(toml-mode . lsp-deferred))