add python-pet mode

This commit is contained in:
Grigory Shipunov 2025-06-10 11:38:28 +02:00 committed by Grisha Shipunov
parent 1ae83a4d57
commit afce42ecad

View file

@ -321,3 +321,8 @@
(c-mode . "linux")
(c++-mode . "llvm.org")
(other . "stroustrup"))))
(use-package pet
:straight t
:config
(add-hook 'python-base-mode-hook 'pet-mode -10))