Improve regexp for matching config files
This commit is contained in:
parent
1b86d37ba1
commit
121046359d
1 changed files with 2 additions and 4 deletions
|
@ -16,10 +16,8 @@ called.")
|
||||||
;; Packages
|
;; Packages
|
||||||
|
|
||||||
(use-package! python
|
(use-package! python
|
||||||
:defer t
|
:mode ("[./]flake8\\'" . conf-mode)
|
||||||
:mode
|
:mode ("/Pipfile\\'" . conf-mode)
|
||||||
("\\.flake8" . conf-mode)
|
|
||||||
("Pipfile$" . conf-mode)
|
|
||||||
:init
|
:init
|
||||||
(setq python-environment-directory doom-cache-dir
|
(setq python-environment-directory doom-cache-dir
|
||||||
python-indent-guess-indent-offset-verbose nil)
|
python-indent-guess-indent-offset-verbose nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue