소스 검색

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



불러오는 중...
취소
저장