Minor refactors & tweaks across the board
This commit is contained in:
parent
62aea0a73a
commit
3423974234
5 changed files with 9 additions and 6 deletions
|
@ -56,6 +56,7 @@ called.")
|
|||
"Use the correct Python executables for Flycheck."
|
||||
(let ((executable python-shell-interpreter))
|
||||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(save-match-data
|
||||
(when (or (looking-at "#!/usr/bin/env \\(python[^ \n]+\\)")
|
||||
(looking-at "#!\\([^ \n]+/python[^ \n]+\\)"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue