summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/init-programming.el14
1 files changed, 1 insertions, 13 deletions
diff --git a/config/init-programming.el b/config/init-programming.el
index e3ddee0..886725d 100644
--- a/config/init-programming.el
+++ b/config/init-programming.el
@@ -116,19 +116,7 @@
 
 ;;; python related configuration
 (use-package python-mode
-  :hook ((python-mode . tree-sitter-hl-mode))
-  :custom
-  ;; if set to an absolute path, pyvenv won't work
-  (python-shell-interpreter "python3"))
-
-(use-package blacken
-  :ensure t
-  :hook (python-mode . blacken-mode))
-
-(use-package pyvenv
-  :ensure t
-  :config
-  (pyvenv-mode 1))
+  :hook ((python-mode . tree-sitter-hl-mode)))
 
 (use-package ruby-mode)