diff --git a/config.el b/config.el index e5da969..d979c3c 100644 --- a/config.el +++ b/config.el @@ -147,3 +147,5 @@ ;; Disable Pyright's type checking (after! lsp-pyright (setq lsp-pyright-use-library-code-for-types nil)) +;; Set indentation level to 2 +(setq tab-width 2)