Ver a proveniência

Add Pipfile mode configs

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

+ 8
- 0
emacs.el Ver ficheiro

@@ -1068,6 +1068,14 @@ found, otherwise returns nil."
(add-to-list 'auto-mode-alist
'("tox\\.ini\\'" . conf-unix-mode))

(when (autoload-eval-lazily 'toml-mode)
(add-to-list 'auto-mode-alist
'("/Pipfile\\'" . toml-mode)))

(when (autoload-eval-lazily 'json-mode)
(add-to-list 'auto-mode-alist
'("/Pipfile\\.lock\\'" . json-mode)))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; buffer switching



Carregando…
Cancelar
Guardar