add python-pet mode
This commit is contained in:
parent
1ae83a4d57
commit
afce42ecad
1 changed files with 5 additions and 0 deletions
|
@ -321,3 +321,8 @@
|
||||||
(c-mode . "linux")
|
(c-mode . "linux")
|
||||||
(c++-mode . "llvm.org")
|
(c++-mode . "llvm.org")
|
||||||
(other . "stroustrup"))))
|
(other . "stroustrup"))))
|
||||||
|
|
||||||
|
(use-package pet
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(add-hook 'python-base-mode-hook 'pet-mode -10))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue