Merge pull request #3263 from ghost/python-common-conf-files-highlighting

Add syntax highlighting to Pipfile & flake8 config files
This commit is contained in:
Henrik Lissner 2020-06-01 19:58:10 -04:00 committed by GitHub
commit e217d770e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@ called.")
;; Packages ;; Packages
(use-package! python (use-package! python
:defer t :mode ("[./]flake8\\'" . conf-mode)
: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)