Configure FlyCheck to always use Python3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user