From 32c68d5a6e31b10caa2e6c6a9583ec4d66c0daab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 28 Sep 2024 11:19:57 -0700 Subject: cleanup some python stuff --- config/init-programming.el | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'config') 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) -- cgit v1.2.3