소스 검색

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


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