Ipython Emacs integration

后端 未结 3 1902
离开以前
离开以前 2021-02-09 05:53

Has anyone managed to get Emacs 23, python-mode.el and ipython.el working together recently?

my .emacs looks like this:

(add-to-list \'load-path \"~/.ema         


        
3条回答
  •  星月不相逢
    2021-02-09 06:22

    I had the same error invoking IPython from Emacs23. I fixed it by replacing all instances of -colors with --colors in ipython.el

提交回复
热议问题