Add a python role.

This commit is contained in:
Tom Alexander
2023-12-25 15:26:42 -05:00
parent 1cad73e68f
commit 06fc236f0a
10 changed files with 102 additions and 0 deletions

View File

@@ -3,3 +3,5 @@ dependencies:
- fonts
- role: rust
when: 'emacs_flavor == "full"'
- role: python
when: 'emacs_flavor == "full"'