bugfix: arguments to python-setup-hy

This commit is contained in:
Eivind Fonn 2017-06-07 16:28:03 +02:00
parent e6a0ed0204
commit 55ceef53a5

View file

@ -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")))