mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactors & tweaks across the board
This commit is contained in:
@ -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]+\\)"))
|
||||
|
Reference in New Issue
Block a user