FIX flycheck out of scope error

This commit is contained in:
Nathan Dwarshuis 2020-06-07 14:24:18 -04:00
parent 53e9a355cd
commit 68e91192d3
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ Anaconda (not related to the Python/R distribution?) is much lighter and easier
(setq-local company-backends '(company-anaconda))) (setq-local company-backends '(company-anaconda)))
(use-package python (use-package python
:after flycheck
:hook ((python-mode . flycheck-mode) :hook ((python-mode . flycheck-mode)
(python-mode . origami-mode) (python-mode . origami-mode)
(python-mode . anaconda-mode) (python-mode . anaconda-mode)