Python Mode
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ tramp
|
||||
/elpy/
|
||||
/elpa/
|
||||
/eln-cache/
|
||||
/%backup%~
|
||||
|
||||
7
init.el
7
init.el
@@ -193,6 +193,13 @@
|
||||
;; projectile
|
||||
|
||||
;; 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"
|
||||
python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user