소스 검색

Fix auto-mode-alist regexp

pull/15/head
10sr 10 년 전
부모
커밋
68618b5e17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 파일 보기

@@ -959,7 +959,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; TODO: check if this is required
(and (autoload-eval-lazily 'groovy-mode)
(add-to-list 'auto-mode-alist
'("build.gradle\\'" . groovy-mode)))
'("build\\.gradle\\'" . groovy-mode)))

(with-eval-after-load 'yaml-mode
(defvar yaml-mode-map (make-sparse-keymap))


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