Ver a proveniência

Add poetry.lock

master
10sr há 6 anos
ascendente
cometimento
c8319446ba
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Ver ficheiro

@@ -1239,7 +1239,10 @@ found, otherwise returns nil."
(add-to-list 'auto-mode-alist
'("/tox\\.ini\\'" . toml-mode))
(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)
(add-to-list 'auto-mode-alist


Carregando…
Cancelar
Guardar