Configure FlyCheck to always use Python3

This commit is contained in:
Gergely Polonkai 2019-11-14 14:57:35 +01:00
parent 143a3b8206
commit f4311bca95
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 3 additions and 1 deletions

View File

@ -2740,7 +2740,9 @@ Because thats still my favourite language.
#+BEGIN_SRC emacs-lisp
(use-package flycheck
:config
(global-flycheck-mode))
(global-flycheck-mode)
:custom
(flycheck-python-pylint-executable "python3"))
#+END_SRC
** FlyCheck for pkg-config files