diff --git a/config/ide.org b/config/ide.org index 2ca16cd..97b0225 100644 --- a/config/ide.org +++ b/config/ide.org @@ -157,11 +157,6 @@ Set treesit to fontify all elements, default was 3 (out of 4) "--warn-unreachable" "--show-error-codes" "--no-color-output"))) - (with-eval-after-load 'python - (add-hook 'python-base-mode-hook - (defun python-mode-setup-flymake () - (require 'flymake-collection) - (add-hook 'flymake-diagnostic-functions 'flymake-collection-mypy nil t)))) #+end_src ** shellcheck