summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/doom/config.el3
-rw-r--r--.config/doom/config.org3
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el
index 3d3e8b52..4b332067 100644
--- a/.config/doom/config.el
+++ b/.config/doom/config.el
@@ -254,8 +254,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))
(after! groovy-mode
(define-key groovy-mode-map (kbd "<f4>") 'my/jenkins-verify))
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: