Python Mode
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ tramp
|
|||||||
/elpy/
|
/elpy/
|
||||||
/elpa/
|
/elpa/
|
||||||
/eln-cache/
|
/eln-cache/
|
||||||
|
/%backup%~
|
||||||
|
|||||||
7
init.el
7
init.el
@@ -193,6 +193,13 @@
|
|||||||
;; projectile
|
;; projectile
|
||||||
|
|
||||||
;; Python
|
;; Python
|
||||||
|
(use-package python-mode
|
||||||
|
:straight (python-mode
|
||||||
|
:package "python-mode"
|
||||||
|
:host gitlab
|
||||||
|
:type git
|
||||||
|
:repo "python-mode-devs/python-mode"))
|
||||||
|
|
||||||
(setq python-shell-interpreter "ipython"
|
(setq python-shell-interpreter "ipython"
|
||||||
python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
|
python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user