ソースを参照

Add poetry.lock

master
10sr 6年前
コミット
c8319446ba
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el ファイルの表示

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


読み込み中…
キャンセル
保存