소스 검색

Add tox.ini

master
10sr 6 년 전
부모
커밋
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)))



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