diff --git a/emacs.d/init.el b/emacs.d/init.el index 1614b8a..d386ab4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -42,7 +42,9 @@ :ensure t :hook ((python-mode . lsp) (rust-mode . lsp)) - :commands lsp) + :commands lsp + :config (setq lsp-enable-indentation t + lsp-enable-on-type-formatting t)) (use-package lsp-ui :commands lsp-ui-mode :ensure t