Fix the #15852 Wrong type argument

This commit is contained in:
Lin Sun 2022-12-26 00:00:23 +00:00 committed by Maxi Wolff
parent f1c7979b63
commit fd749704ff
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ ROOT-DIR should be the path for the environemnt, `nil' for clean up"
(set (flycheck-checker-executable-variable (concat "python-" x)) nil)))))
(defun spacemacs/python-setup-everything (&optional root-dir)
(apply 'spacemacs//python-setup-shell root-dir)
(apply 'spacemacs//python-setup-checkers root-dir))
(funcall 'spacemacs//python-setup-shell root-dir)
(funcall 'spacemacs//python-setup-checkers root-dir))
(defun spacemacs/python-toggle-breakpoint ()
"Add a break point, highlight it."