Explorar el Código

Add poetry.lock

master
10sr hace 6 años
padre
commit
c8319446ba
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Ver fichero

@@ -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


Cargando…
Cancelar
Guardar