瀏覽代碼

Add Pipfile mode configs

master
10sr 6 年之前
父節點
當前提交
379b3809db
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el 查看文件

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



Loading…
取消
儲存