Merge pull request #3263 from ghost/python-common-conf-files-highlighting
Add syntax highlighting to Pipfile & flake8 config files
This commit is contained in:
commit
e217d770e8
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ called.")
|
|||
;; Packages
|
||||
|
||||
(use-package! python
|
||||
:defer t
|
||||
:mode ("[./]flake8\\'" . conf-mode)
|
||||
: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