diff --git a/init.el b/init.el index de63c5c..eb1d44e 100644 --- a/init.el +++ b/init.el @@ -2503,12 +2503,14 @@ With given ARG, display files in `db/important-document-path’." (add-hook 'python-mode-hook #'(lambda () (add-to-list 'company-backends 'company-jedi))) + (add-hook 'python-mode-hook #'flycheck-mode) (elpy-enable))) (use-package elpy :ensure t - :commands (elpy-enable)) + :commands (elpy-enable) + :config (setq elpy-modules (delq 'elpy-module-flymake elpy-modules))) ;; * Various Mode Configurations