Configure FlyCheck to always use Python3
This commit is contained in:
parent
143a3b8206
commit
f4311bca95
@ -2740,7 +2740,9 @@ Because that’s 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
|
||||
|
Loading…
Reference in New Issue
Block a user