ソースを参照

Add Pipfile mode configs

master
10sr 6年前
コミット
379b3809db
署名者: 10sr GPGキー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



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