소스 검색

Add setups for scala and ensime

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

+ 7
- 0
emacs.el 파일 보기

@@ -215,6 +215,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
term-run
editorconfig
git-ps1-mode

scala-mode2
ensime
)
"Package list just for me.")

@@ -978,6 +981,10 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

(when (require 'ensime nil t)
(add-hook 'scala-mode-hook
'ensime-scala-mode-hook))

(when (autoload-eval-lazily 'term-run '(term-run-shell-command term-run))
(define-key ctl-x-map "t" 'term-run-shell-command))



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