diff --git a/init.el b/init.el index 90b97bd..84f2ded 100644 --- a/init.el +++ b/init.el @@ -1082,7 +1082,7 @@ This function is called at the very end of Spacemacs initialization." '(flycheck-python-mypy-executable "python3") '(flycheck-python-pycompile-executable "python3") '(flycheck-python-pylint-executable "python3") - '(importmagic-python-interpreter "ipython3") + '(importmagic-python-interpreter "python3") '(major-mode 'text-mode) '(minimap-update-delay 0) '(minimap-window-location 'right)