mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Correct more inline hook defuns
This commit is contained in:
@ -52,7 +52,7 @@ called.")
|
||||
(string= python-shell-interpreter "python"))
|
||||
(setq python-shell-interpreter "python3"))
|
||||
|
||||
(add-hook 'python-mode-hook
|
||||
(add-hook! 'python-mode-hook
|
||||
(defun +python-use-correct-flycheck-executables-h ()
|
||||
"Use the correct Python executables for Flycheck."
|
||||
(let ((executable python-shell-interpreter))
|
||||
|
Reference in New Issue
Block a user