Browse Source

Set python-pycompile to python3

master
10sr 6 years ago
parent
commit
f2de874103
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -835,6 +835,7 @@ found, otherwise returns nil."
(pipenv-mode 1) (pipenv-mode 1)
(pipenv-projectile-after-switch-default))) (pipenv-projectile-after-switch-default)))
) )
(set-variable 'flycheck-python-pycompile-executable "python3")


;; http://fukuyama.co/foreign-regexp ;; http://fukuyama.co/foreign-regexp
'(and (safe-require-or-eval 'foreign-regexp) '(and (safe-require-or-eval 'foreign-regexp)


Loading…
Cancel
Save