浏览代码

Add tox.ini

master
10sr 5 年前
父节点
当前提交
1b58d8188a
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el 查看文件

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-09 16:36:20 JST 10sr>
;; Time-stamp: <2018-10-09 19:28:35 JST 10sr>

;;; Code:

@@ -1205,6 +1205,8 @@ found, otherwise returns nil."
'("tox\\.ini\\'" . conf-unix-mode))

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



正在加载...
取消
保存