FIX flycheck out of scope error
This commit is contained in:
parent
53e9a355cd
commit
68e91192d3
|
@ -763,6 +763,7 @@ Anaconda (not related to the Python/R distribution?) is much lighter and easier
|
|||
(setq-local company-backends '(company-anaconda)))
|
||||
|
||||
(use-package python
|
||||
:after flycheck
|
||||
:hook ((python-mode . flycheck-mode)
|
||||
(python-mode . origami-mode)
|
||||
(python-mode . anaconda-mode)
|
||||
|
|
Loading…
Reference in New Issue