~ruther/emacs.d

594ea26001a477dc978ea58ecae8e743cd77aaf2 — Rutherther 9 months ago a764f0d
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

Do not follow this link