Add highlighting for Python-related config files
This commit is contained in:
parent
134554dd69
commit
1b86d37ba1
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ called.")
|
|||
|
||||
(use-package! python
|
||||
:defer t
|
||||
:mode
|
||||
("\\.flake8" . conf-mode)
|
||||
("Pipfile$" . conf-mode)
|
||||
:init
|
||||
(setq python-environment-directory doom-cache-dir
|
||||
python-indent-guess-indent-offset-verbose nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue