mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Improve regexp for matching config files
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user