feat: add pythong
1 files changed, 8 insertions(+), 0 deletions(-) M init.el
M init.el => init.el +8 -0
@@ 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