diff --git a/configuration.org b/configuration.org index be0adb6..953c033 100644 --- a/configuration.org +++ b/configuration.org @@ -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