From 55ceef53a5542c56141f9026a0330f7b6d3c7b7e Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Wed, 7 Jun 2017 16:28:03 +0200 Subject: [PATCH] bugfix: arguments to python-setup-hy --- layers/+lang/python/funcs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))