瀏覽代碼

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))



Loading…
取消
儲存