Browse Source

Add poetry.lock

master
10sr 5 years ago
parent
commit
c8319446ba
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el View File

@@ -1239,7 +1239,10 @@ found, otherwise returns nil."
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist
'("/tox\\.ini\\'" . toml-mode)) '("/tox\\.ini\\'" . toml-mode))
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist
'("/Pipfile\\'" . toml-mode)))
'("/Pipfile\\'" . toml-mode))
(add-to-list 'auto-mode-alist
'("/poetry\\.lock\\'" . toml-mode))
)


(when (autoload-eval-lazily 'json-mode) (when (autoload-eval-lazily 'json-mode)
(add-to-list 'auto-mode-alist (add-to-list 'auto-mode-alist


Loading…
Cancel
Save