Add python module
This commit is contained in:
parent
7a62839259
commit
2dba9419e3
@ -106,6 +106,9 @@
|
||||
;; Always open magit in other window.
|
||||
(after! magit (setq magit-display-buffer-function #'magit-display-buffer-traditional))
|
||||
|
||||
;; Python virtualenv configuration.
|
||||
(after! lsp-pyright (setq lsp-pyright-venv-path (concat (getenv "HOME") "/.virtualenvs")))
|
||||
|
||||
;; Extra VTerm configuration.
|
||||
(after! vterm
|
||||
(setq vterm-shell "/bin/zsh"
|
||||
|
2
init.el
2
init.el
@ -155,7 +155,7 @@
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
;;python ; beautiful is better than ugly
|
||||
(python +lsp +pyright) ; beautiful is better than ugly
|
||||
;;qt ; the 'cutest' gui framework ever
|
||||
;;racket ; a DSL for DSLs
|
||||
;;raku ; the artist formerly known as perl6
|
||||
|
Loading…
Reference in New Issue
Block a user