浏览代码

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


正在加载...
取消
保存