运维网's Archiver
论坛
›
Python
› Ubuntu14.04下配置Emacs的Python IDE环境
王艳玲
发表于 2018-8-11 13:47:01
Ubuntu14.04下配置Emacs的Python IDE环境
;; jedi
(autoload 'jedi:setup "jedi" nil t)
(add-hook 'python-mode-hook 'jedi:setup)
(setq jedi:setup-keys t)
(setq jedi:complete-on-dot t)
页:
[1]
查看完整版本:
Ubuntu14.04下配置Emacs的Python IDE环境