Skip to content

Commit

Permalink
fix importmagic/epc failure ("from decorator import decorator" failed…
Browse files Browse the repository at this point in the history
… when using ipython3)

See (epc:pop-to-last-server-process-buffer) and ipython/ipykernel#40
  • Loading branch information
Technologicat committed Jun 25, 2019
1 parent a01748e commit 2dca284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2dca284

Please sign in to comment.