소스 검색

add jsm extension

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

+ 2
- 1
emacs.el 파일 보기

@@ -685,7 +685,8 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
"https://github.com/mooz/js2-mode/raw/master/js2-mode.el"
t)
(autoload 'js2-mode "js2-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)))
(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
(add-to-list 'auto-mode-alist '("\\.jsm$" . js2-mode)))
;; (add-hook 'js2-mode-hook
;; (lambda ()
;; (add-hook 'before-save-hook


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