From f4311bca958dd2b792d1056ec381286732551135 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Nov 2019 14:57:35 +0100 Subject: [PATCH] Configure FlyCheck to always use Python3 --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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