Python Mode

This commit is contained in:
2023-03-03 22:35:04 -05:00
parent 35e51cf1c7
commit 64cf3bece4
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ tramp
/elpy/ /elpy/
/elpa/ /elpa/
/eln-cache/ /eln-cache/
/%backup%~

View File

@@ -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")