Python Mode
This commit is contained in:
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