summaryrefslogtreecommitdiff
path: root/.config/doom/config.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/doom/config.org')
-rw-r--r--.config/doom/config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/doom/config.org b/.config/doom/config.org
index bf6420e3..8a478cea 100644
--- a/.config/doom/config.org
+++ b/.config/doom/config.org
@@ -341,8 +341,7 @@ text and copying to the killring."
(after! python
:init
(add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv)
- (setq enable-local-variables :all)
- (flycheck-add-next-checker 'lsp 'python-mypy))
+ (setq enable-local-variables :all))
#+end_src
** Groovy
:PROPERTIES: