From 594ea26001a477dc978ea58ecae8e743cd77aaf2 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 28 Jun 2024 13:38:04 +0200 Subject: [PATCH] feat: add pythong --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.el b/init.el index d120a40..4a0d1ed 100644 --- a/init.el +++ b/init.el @@ -1069,6 +1069,14 @@ ;; :custom ;; (bash-ts-mode-indent-offset 2)) +;; Python +(my-use-package python-mode + :mode + (("\\.py[iw]?\\'" . python-ts-mode)) + :config + (my/indent-variable-mode-alist-add python-mode python-indent-offset) + (my/indent-variable-mode-alist-add python-ts-mode python-indent-offset)) + ;; VHDL (my-use-package vhdl-mode :ensure nil -- 2.48.1