Add pyvenv package
This commit is contained in:
parent
4fe967a493
commit
9ad8216eb2
2 changed files with 3 additions and 1 deletions
|
@ -327,4 +327,6 @@
|
||||||
:config
|
:config
|
||||||
(unicode-fonts-setup))
|
(unicode-fonts-setup))
|
||||||
|
|
||||||
|
(use-package pyvenv)
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.webmanifest\\'" . js-mode))
|
(add-to-list 'auto-mode-alist '("\\.webmanifest\\'" . js-mode))
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||||
'(package-enable-at-startup t)
|
'(package-enable-at-startup t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package))
|
'(pyvenv plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package))
|
||||||
'(python-shell-interpreter "ipython")
|
'(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")
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue