From 38593df6bb457fc3940fcef1d93976cd56b0a2d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 May 2024 14:00:34 -0700 Subject: massive cleanup --- config/init-python.el | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 config/init-python.el (limited to 'config/init-python.el') diff --git a/config/init-python.el b/config/init-python.el deleted file mode 100644 index 847304f..0000000 --- a/config/init-python.el +++ /dev/null @@ -1,28 +0,0 @@ -;;; init-python.el --- Configure python -*- lexical-binding: t -*- -;; Author: Franck Cuny - -;;; Commentary: - -;; All python related things - -;;; Code: - -(use-package python-mode - :hook ((python-mode . tree-sitter-hl-mode) - (python-mode . eglot-ensure)) - :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)) - -(provide 'init-python) - -;;; init-python.el ends here -- cgit 1.4.1