diff --git a/layers/+lang/python/funcs.el b/layers/+lang/python/funcs.el index 920e6b0cf..e8e839da3 100644 --- a/layers/+lang/python/funcs.el +++ b/layers/+lang/python/funcs.el @@ -35,7 +35,7 @@ (setq python-shell-interpreter-args "-i") (setq python-shell-interpreter "python")))) -(defun spacemacs//python-setup-hy () +(defun spacemacs//python-setup-hy (&rest args) (setq hy-mode-inferior-lisp-command (concat (or (spacemacs/pyenv-executable-find "hy") "hy") " --spy")))